-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (37 loc) · 1.72 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
<!DOCTYPE html>
<html>
<head>
<title>ofluxo</title>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1.0, user-scalable=no, width=device-width" />
<link rel="stylesheet" href="ofluxo.css" type="text/css" />
<script src="https://code.jquery.com/jquery-2.2.3.min.js"></script>
<script type="text/javascript" src="js/scplayer.js"></script>
<script type="text/javascript" src="js/controls.js"></script>
<script type="text/javascript" src="js/b4w.min.js"></script>
<script type="text/javascript" src="js/ofluxo.js"></script>
<meta property="og:title" content="Fluxograma#34: Genesis & Revelations by Yoshitaka Hikawa & Jónó Mí Ló + Art by Dalena Tran"/>
<meta property="og:type" content="article" />
<meta property="og:url" content="" />
<meta property="og:description" content="" />
<meta property="og:image" content="/og.png" />
</head>
<body>
<div id="main_canvas_container">
</div>
<div id="control-message">
Use <u>mouse</u> for camera control. Alternatively use <u>arrow</u> keys for rotation and <u>WS</u> for zooming.<br>
Press <u>H</u> to view this help box again.
</div>
<div id="title">
<h1>Genesis & Revelations</h1>
<h2><a href="https://soundcloud.com/yoshitaka-hikawa-1" target="_blank">Yoshitaka Hikawa</a> & <a href="http://jonomilo.com/" target="_blank">Jónó Mí Ló</a></h2>
<h3>featuring <a href="https://soundcloud.com/REBABEAUCHAMP" target="_blank">Rebecca Beauchamp</a> & <a href="https://soundcloud.com/pun-collins" target="_blank">Pun Collins</a></h3>
<h3>Art by <a href="http://dalenatran.tumblr.com" target="_blank">Dalena Tran</a></h3>
</div>
<div id="footer">
<div id="to_be_replaced"></div>
<h3><a href="http://www.ofluxo.net">O Fluxo</a></h3>
</div>
</body>
</html>