-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (31 loc) · 897 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>G_P | E P 2 | W A T E R</title>
<style type="text/css">
canvas {
position:absolute;
top:0;
left:0;
z-index:-1;
background-color:#8ddbe3;
}
body {
margin: 0;
}
</style>
<script type = "text/JavaScript">
<!--
function AutoRefresh( t ) {
setTimeout("location.reload(true);", t);
}
//-->
</script>
</head>
<body> <!-- onload = "JavaScript:AutoRefresh(2000)" -->
<iframe style="border: 0; width: 100%; height: 42px;" src="https://bandcamp.com/EmbeddedPlayer/album=1006616057/size=small/bgcol=ffffff/linkcol=0687f5/transparent=true/" seamless><a href="http://gameprogram.bandcamp.com/album/g-p-e-p-2-w-a-t-e-r">G_P | E P 2 | W A T E R by game_program</a></iframe>
<canvas></canvas>
<script src="canvas.js"></script>
</body>
</html>