-
Notifications
You must be signed in to change notification settings - Fork 22
/
index.html
40 lines (28 loc) · 1.41 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Sheen</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="description" content="GPGPU cloth simulation. WebGL - Three.js">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0"/>
<meta name="theme-color" content="#020406"/>
<meta property="og:image" content="https://raw.githubusercontent.com/sciecode/sciecode.github.io/master/assets/images/sheen.jpg">
<meta property="og:site_name" content="ScieCode">
<meta property="og:type" content="object">
<meta property="og:title" content="Sheen">
<meta property="og:url" content="https://sciecode.github.io/sheen">
<meta property="og:description" content="GPGPU cloth simulation. WebGL - Three.js">
<link rel="stylesheet" type="text/css" href="./assets/css/main.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/109/three.js"></script>
</head>
<body>
<div id="footer">
<h4 class="footers">ScieCode / </h4>
<a id="github" class="footers" href="https://github.com/sciecode/sheen" target="_blank" rel="noopener"></a>
<a id="twitter" class="footers" rel="me" href="https://twitter.com/sciecode" target="_blank"></a>
<a id="mastodon" class="footers" rel="me" href="https://mastodon.gamedev.place/@sciecode" target="_blank"></a>
</div>
<script src="./src/main.js" type="module"></script>
</body>
</html>