-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (39 loc) · 1.07 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
41
42
<html>
<head>
<title>samitier.github.io | Blai Samitier</title>
<meta name="description" content="Here's my webGL personal website, where you can know a little bit about me and follow my awesome projects.">
<meta name="author" content="Blai Samitier">
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link rel="shortcut icon" href="img/favicon.ico">
<link href='http://fonts.googleapis.com/css?family=Roboto+Condensed' rel='stylesheet' type='text/css'>
<style>
body {
margin: 0;
overflow-y:hidden;
}
canvas {
width: 100%;
height: 100%
}
#loading-text {
font-family: 'Roboto Condensed', sans-serif;
padding-left: 2px;
}
#loading-div {
width:100px;
height:150px;
position:absolute;
left:50%;
top:50%;
margin:-75px 0 0 -50px;
background-color: white;
}
</style>
</head>
<body>
<div id='loading-div'>
<img src="/assets/loadingCube.gif">
<h4 id='loading-text'>Loading: 0%</h4>
</div>
<script type="text/javascript" src="/bin/index.js?fec67590c4a5fbfb89d3"></script></body>
</html>