-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
31 lines (30 loc) · 998 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
<!DOCTYPE html>
<html>
<head>
<title>Living Streams</title>
<meta charset = "utf-8">
<meta name="viewport" content="width=device-width, initial-scale=0.8">
<meta property="og:title" content="Living Streams"/>
<meta property="og:type" content="website"/>
<meta property="author" content="Tommy"/>
<meta property="description" content="generative web composition by tommy"/>
<script src="js/Tone.js"></script>
<link rel="stylesheet" type="text/css" href="drip.css">
</head>
<body>
<div class="cluster">
<p></p>
</div>
<div class="main">
<div class="poster"><img src="assets/guitarHero.png"></div>
<button class="button" onclick="init()">loading...</button>
<canvas class="player"></canvas>
</div>
<div class="description">
<p>Living Streams (2022)</p>
<p>generative web composition</p>
<p>by Tommy</p>
</div>
<script src="js/cluster.js"></script>
</body>
</html>