-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (30 loc) · 1008 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Portraits of imaginary people</title>
<meta charset="utf-8" />
<meta
name="description"
content="Portraits of imaginary people + eyes gaze warping by DeepWarp"
/>
<meta
name="viewport"
content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0"
/>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<link href="css/style.css" rel="stylesheet" />
</head>
<body>
<div id="loading">Loading ...</div>
<div id="footerz">
<div id="info">
<span class="help">click / arrows to change character</span>
</div>
</div>
<script src="js/xg.min.eyes2.js"></script>
<script src="js/libs/stats.min.js"></script>
<script src="js/demo.js"></script>
<script async src="js/libs/rabbit.js"></script>
</body>
</html>