-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
23 lines (22 loc) · 895 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="description" content="texlive-web"/>
<!-- ogp -->
<meta property="og:type" content="website" />
<meta property="og:title" content="texlive-web" />
<meta property="og:description" content="Web client standalone tex editor using texlivejs" />
<meta property="og:image" content="https://raw.githubusercontent.com/moritanian/texlive-web/master/sample.png">
<meta property="og:image:alt" content="demo image">
<meta property="og:url" content="https://texlive-web.tk/" />
<meta property="og:site_name" content="texlive-web" />
<title>Texlive-Web</title>
<link rel="icon" href="./static/favicon.ico" />
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>