-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (22 loc) · 1.11 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name ="theme-color" content="#000" />
<title>PMOB</title>
<link href="https://fonts.googleapis.com/css?family=Ubuntu+Mono" rel="stylesheet">
<meta name="Description" content="" />
<meta name="Keywords" content="" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/84/three.min.js"></script>
<script>document.documentElement.className="js";var supportsCssVars=function(){var e,t=document.createElement("style");return t.innerHTML="root: { --tmp-var: bold; }",document dChild(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 site in browser that supports CSS Variables.");</script>
<link rel="stylesheet" type="text/css" media="screen,print" href="css/style.css" />
</head>
<body>
<div id="logo"></div>
<script src="js/OrbitControls.js"></script>
<script type="text/javascript" src="index.js"></script>
</body>
<footer>
<p>© Copyright 2019 PMOB</p>
</footer>
</html>