-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (27 loc) · 1.42 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
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Igniting...</title>
<meta name="description" content="Animated WebGL lines created with the THREE.MeshLine library" />
<meta name="keywords" content="webgl, three.js, meshline, animation, lines" />
<meta name="author" content="Codrops" />
<link rel="icon" href="./img/favicon.png" sizes="16x16" type="image/png">
<script type="text/javascript">
setTimeout(function() {
window.location.href="./pages/main.html";
},7000);
</script>
<script>document.documentElement.className="js";var supportsCssVars=function(){var e,t=document.createElement("style");return t.innerHTML="root: { --tmp-var: bold; }",document.head.appendChild(t),e=!!(window.CSS&&window.CSS.supports&&window.CSS.supports("font-weight","var(--tmp-var)")),t.parentNode.removeChild(t),e};supportsCssVars()||alert("Please view this demo in a modern browser that supports CSS Variables.");</script>
<link href="./styles/vendors.css" rel="stylesheet"><link href="./styles/landingcss.css" rel="stylesheet"></head>
<body>
<div class="overlay"></div>
<main>
<div class="frame">
<div class="frame__title-wrap">
</div>
</div>
</main>
<script type="text/javascript" src="./scripts/vendors.js"></script><script type="text/javascript" src="./scripts/landingjs.js"></script></body>
</html>