-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate.html
More file actions
28 lines (28 loc) · 956 Bytes
/
template.html
File metadata and controls
28 lines (28 loc) · 956 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>[TITLE]</title>
<meta name="description" content="[DESC]">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<link rel="stylesheet" href="/cc3d/common.css">
<meta id="ogTitle" property="og:title" content="[TITLE]" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://codedcells.github.io/cc3d/" />
<meta property="og:image" content="https://codedcells.github.io/cc3d/banner.jpg" />
<meta property="og:description" content="[DESC]" />
<meta name="theme-color" content="#EDD185">
<link rel="icon" type="image/x-icon" href="/cc3d/favicon.ico">
</head>
<body>
<script type="importmap">
{
"imports": {
"three": "/cc3d/rip/three.module.min.js"
}
}
</script>
<div id="sceneMenu"></div>
<script type="module" src="/cc3d/menu.js"></script>
</body>
</html>