-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
21 lines (21 loc) · 990 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<title>hieda -- a LRC editor</title>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimal-ui"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-status-bar-style" content="yes"/>
<meta name="renderer" content="webkit"/>
<meta http-equiv="Cache-Control" content="no-siteapp" />
<meta name="description" content="a LRC editor">
<meta name="author" content="He Yeshuang">
<link rel="icon" type="image/png" href="img/favicon.ico">
</head>
<body>
<div id="view"></div>
</body>
</html>
<script type="text/javascript" src="js/common.bundle.js" charset="utf-8"></script>
<script type="text/javascript" src="js/index.bundle.js" charset="utf-8"></script>