-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
45 lines (41 loc) · 1.78 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
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>水浒英雄传 - 小浣熊水浒卡</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three/addons/": "https://unpkg.com/[email protected]/examples/jsm/"
}
}
</script>
<div class="app">
<div class="imgs"></div>
<div class="container"></div>
</div>
<div class="tools">
<div class="button preview">
<svg width="28" height="28" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M4 15.83V8c0-.309.167-.594.436-.745l.015-.009 7.167-4.031.055-.03a.668.668 0 0 1 .654 0L19.61 7.28c.241.135.39.39.39.666v7.883c0 .282-.15.543-.393.687l-7.228 4.26a.747.747 0 0 1-.758 0l-7.228-4.26A.798.798 0 0 1 4 15.829ZM12 21v-9M12 12 4 7.5M20 7.5 12 12"
stroke="currentColor" stroke-width="2" />
</svg>
</div>
<div class="button download">
<svg width="28" height="28" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12 16V8M9 13l2.913 2.913v0a.123.123 0 0 0 .174 0v0L15 13" stroke="currentColor"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
<path d="M3 15v4a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-4" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round" />
</svg>
</div>
</div>
<script type="module" src="index.js"></script>
</body>
</html>