forked from gr0uch/unknown-pleasures
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (34 loc) · 1.02 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Unknown Pleasures · fede.dm</title>
<meta content="width=device-width, initial-scale=1" name="viewport" />
<link rel="stylesheet" type="text/css" href="base.css" />
<meta property="og:title" content="Unknown Pleasures" />
<meta property="og:type" content="website" />
<meta
property="og:description"
content="Visualize your microphone with Joy Division's pulsar."
/>
<meta
property="og:url"
content="https://fdelmazo.github.io/unknown-pleasures/"
/>
<meta
property="og:image"
content="https://fdelmazo.github.io/unknown-pleasures/lib/unknown.jpg"
/>
</head>
<body>
<div id="wrapper">
<div id="pulsar">
<h2 class="top">SPACE ⇝ JOY DIVISION</h2>
<h2 class="bottom">M ⇝ MICROPHONE</h2>
</div>
</div>
<script src="lib/dancer.js"></script>
<script src="lib/d3.v2.min.js"></script>
<script src="core.js"></script>
</body>
</html>