-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (21 loc) · 1 KB
/
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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- <link rel="icon" href="<%- fav %>" /> -->
<link rel="icon" href="%VITE_FAVICON%" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>
%VITE_TITLE%
</title>
<!-- <link rel="stylesheet" async="true" type="text/css" href="//unpkg.com/[email protected]/dist/terminal.min.css" /> -->
<link rel="stylesheet" async="true" type="text/css" href="//fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900" />
<link rel="stylesheet" async="true" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css" />
<link rel="stylesheet" async="true" type="text/css" href="//cdn.materialdesignicons.com/5.3.45/css/materialdesignicons.min.css" />
</head>
<body>
<div id="app" class="app-container"></div>
<script src="//cdn.jsdelivr.net/npm/lodash"></script>
<script type="module" src="/src/app.js"></script>
</body>
</html>