-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (30 loc) · 1.13 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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
<title>Web MMD Test</title>
<!-- ファイル読み込み -->
<link rel="stylesheet" href="style.css">
<script type="importmap">
{
"imports": {
"three": "https://cdn.jsdelivr.net/gh/mrdoob/three.js@r160/build/three.module.js",
"three/addons/": "https://cdn.jsdelivr.net/gh/mrdoob/three.js@r160/examples/jsm/"
}
}
</script>
<script src="script.js" type="module"></script>
<!-- ==== favicon設定 ==== -->
<link rel="icon" href="https://cdn.jsdelivr.net/gh/AyaExpTech/logos/AyaExpTech_AXTBlue_AXTWhite.svg">
<!-- ==== OGP設定 ==== -->
<meta property="og:type" content="article">
<meta property="og:title" content="Web MMD Test">
<meta property="og:description" content="Web MMD Test">
<meta property="og:image" content="img/thumbnail.png">
<meta name="twitter:card" content="summary">
</head>
<body>
<canvas width="1920" height="1080"></canvas>
</body>
</html>