-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (22 loc) · 752 Bytes
/
Copy pathindex.html
File metadata and controls
24 lines (22 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en">
<head>
<title>{{PKG_NAME}}</title>
<meta charset="utf-8">
<!--Favicon-->
<link rel="shortcut icon" href="/assets/images/favicon.ico" type="image/x-icon">
<link rel="icon" href="/assets/images/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" type="image/png" href="/assets/images/favicon-16x16.png">
<link rel="icon" type="image/png" href="/assets/images/favicon-16x16.png">
<!--
<link href="/assets/{{PKG_NAME}}.dev.css"
rel="stylesheet"
type="text/css">
-->
</head>
<body>
<div id="{{PKG_NAME}}"></div>
<script src="/assets/vendor.dev.js" type="text/javascript"></script>
<script src="/assets/{{PKG_NAME}}.dev.js" type="text/javascript"></script>
</body>
</html>