-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
18 lines (17 loc) · 719 Bytes
/
Copy pathindex.html
File metadata and controls
18 lines (17 loc) · 719 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/light.png" media="(prefers-color-scheme: light)">
<link rel="icon" href="/dark.png" media="(prefers-color-scheme: dark)">
<link rel="stylesheet" href="/src/assets/github.min.css" media="(prefers-color-scheme: light)">
<link rel="stylesheet" href="/src/assets/github-dark.min.css" media="(prefers-color-scheme: dark)">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<base target="_self">
</head>
<body>
<div id="app" style="padding-top: 60px;"></div>
<script type="module" src="/src/main.js"></script>
<script src="/live2d/autoload.js"></script>
</body>
</html>