-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (33 loc) · 1.36 KB
/
index.html
File metadata and controls
35 lines (33 loc) · 1.36 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="apple-touch-icon" sizes="180x180" href="./apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./favicon-16x16.png">
<link rel="manifest" href="./site.webmanifest">
<link rel="mask-icon" href="./safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<title>THREE.JS for all</title>
</head>
<body>
<div class="container3d"></div>
<header class="header">
<h1 class="main-title">THREE-JS.RU</h1>
<h4 class="main-subtitle">implementation of 3D graphics on sites</h4>
</header>
<main class="main">
<a href="./dynamic-env/">✯ live-environment</a>
<!-- <a href="./modern-shader/">✯ modern-shader</a>-->
<a href="./god-rays-vertex/">✯ god-rays-vertex</a>
<a href="./crystal/">✯ crystal</a>
<a href="./crystal2/">✯ diamond</a>
<a href="./outline/">✯ multi-colored outlines</a>
</main>
<script type="module" src="./main.js"></script>
</body>
</html>