-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (38 loc) · 1 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 lang="en" >
<head>
<meta charset="UTF-8">
<meta name="google-site-verification" content="u1wiPe_WFu3463hyKDQ0_LSN7xHM8kyiTxVeOHtsQAg" />
<title>Ростовио</title>
<link rel="stylesheet" href="css/style.css">
<link media="screen" href="demo/styles/demo.css" type="text/css" rel="stylesheet" />
<style media="screen">
@import url('https://fonts.googleapis.com/css?family=Comfortaa:700|Pacifico');
#world {
position: fixed;
cursor: default;
}
#label {
position: fixed;
top:5%;
left:0;
right: 0;
height: 10%;
text-align: center;
vertical-align: middle;
z-index: 100000000;
font-family: 'Comfortaa', cursive;
font-size: 3em;
cursor: default;
}
</style>
</head>
<body>
<div id="label">
rostov.io
</div>
<div id="world"></div>
<script src='three.js'></script>
<script src="js/index.js"></script>
</body>
</html>