-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
52 lines (46 loc) · 2.45 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
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="google" content="notranslate" />
<meta name="google" content="nositelinkssearchbox">
<meta name="format-detection" content="telephone=no">
<meta name="description" content="Three.js starter - Beesly 🍜" />
<meta name="keywords"
content="online, 3D, game, web, webdeveloppement, javascript, ux, ui, experience, animation, interaction, microinteraction, html, css, scss, vite, rollup, webgl, threejs, glsl, shaders, noise, student, monke, beesly, motion, motiondesign, graphic, graphicdesign, digital, audiovisuel, design, multimédia, art, technologie, adobe, front-end, dev, webgl, js, creative, interactive" />
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no,shrink-to-fit=no" />
<meta name="author" content="Dakumisu" />
<meta name="publisher" content="Dakumisu" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="theme-color" content="#151515">
<meta name="msapplication-navbutton-color" content="#171f22">
<meta name="apple-mobile-web-app-status-bar-style" content="#171f22">
<title>Beesly 🍜</title>
<link rel="icon" href="favicon.png" />
<link rel="icon" type="image/jpg" sizes="16x16" href="favicon.png">
<link rel="icon" type="image/jpg" sizes="32x32" href="favicon.png">
<link rel="icon" type="image/jpg" sizes="192x192" href="favicon.png">
<link rel="icon" type="image/jpg" sizes="256x256" href="favicon.png">
<link rel="apple-touch-icon" sizes="180x180" href="icon/apple-touch-favicon.png">
<link rel="apple-touch-icon" href="icon/apple-touch-favicon.png" />
<meta property="og:image" content="favicon.png" />
<meta name="msapplication-TileImage" content="favicon.png">
<meta name="msapplication-TileColor" content="#151515">
</head>
<body>
<div class="ui">
<p data-ref="title" class="title">{{ home.title }}</p>
<anchor-link data-ref="anchor" ref="link" label="{{ home.doc.text }}" link="{{ home.doc.url }}" blank>
</anchor-link>
<!-- button example -->
<!-- <cta-button slot="test" data-ref="cta" ref="button" label="Button" size="large"></cta-button> -->
</div>
<section class="canvas-container">
<canvas data-ref="canvas" class="sketch"></canvas>
</section>
<script type="module" src="./src/app.js"></script>
</body>
</html>