-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdev.html
32 lines (31 loc) · 1.02 KB
/
dev.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
<!DOCTYPE html>
<html lang="zh">
<head>
<link rel="icon" href="./resource/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="./resource/icon.png" type="image/png" />
<link rel="manifest" href="./resource/manifest.json" />
<meta http-equiv="Content-Type" content="text/html" charset="utf-8" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="viewport" content="width=device-width, user-scalable=no" />
<meta name="description" content="魔方栈 一个在线魔方工具箱" />
<meta name="keywords" content="魔方 魔方栈 虚拟魔方 公式播放 动画制作" />
<title>魔方栈</title>
<style>
html,
body,
#app {
margin: 0 auto;
padding: 0;
width: 100%;
height: 100%;
overflow: hidden;
user-select: none;
}
</style>
</head>
<body>
<div id="app"></div>
<script src="./dist/index.js"></script>
</body>
</html>