-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathindex.html
executable file
·38 lines (33 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
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Vanishing Suzanne - adinunzio</title>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta name="description" content="Vanishing Suzanne by Arno Di Nunzio">
<meta property="og:site_name" content="adinunz.io">
<meta property="og:title" content="Vanishing Suzanne by Arno Di Nunzio">
<meta property="og:description" content="Vanishing Suzanne">
<meta property="og:type" content="website">
<meta property="og:url" content="https://adinunz.io/vanishingsuzanne/">
<meta property="og:image" content="https://adinunz.io/vanishingsuzanne/dist/img/ogImage.jpg">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="adinunz.io">
<meta name="twitter:creator" content="Arno Di Nunzio">
<meta name="twitter:title" content="Vanishing Suzanne by Arno Di Nunzio">
<meta name="twitter:description" content="Vanishing Suzanne">
<meta name="twitter:image" content="https://adinunz.io/vanishingsuzanne/dist/img/ogImage.jpg">
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" type="text/css" href="dist/app.css" />
</head>
<body>
<main>
<canvas id="stage"></canvas>
<p class="copyright">Matcap texture by <a href="https://www.artstation.com/artwork/ye4bx" target="_blank" rel="noopener">Elyse Bromser-Kloeden</a></p>
</main>
<script src="dist/app.js"></script>
</body>
</html>