-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (30 loc) · 1.38 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
42
43
44
45
46
<!doctype html>
<!--[if lt IE 7]><html lang="en" class="no-js lt-ie9 lt-ie8 lt-ie7"><![endif]-->
<!--[if (IE 7)&!(IEMobile)]><html lang="en" class="no-js lt-ie9 lt-ie8"><![endif]-->
<!--[if (IE 8)&!(IEMobile)]><html lang="en" class="no-js lt-ie9"><![endif]-->
<!--[if gt IE 8]><!--> <html lang="en" class="no-js"><!--<![endif]-->
<head>
<meta charset="utf-8">
<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>WHERE U FROM HUH?</title>
<meta property="og:title" content="WHERE U FROM HUH?" />
<meta property="og:type" content="music" />
<meta property="og:url" content="http://uaintfrommyhood.xyz" />
<meta property="og:image" content="img/no-respect.jpg" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="img/favicon.ico" />
<link rel="stylesheet" href="css/style.css" />
</head>
<body style="background-image: url('img/locating.gif');">
<div id="main">
<div class="where-u-from"><img src="./img/where-u-from.gif"></div>
<audio class="the-plug">
<source src="./audio/where-u-from-huh.mp3" type="audio/mpeg">
<source src="./audio/where-u-from-huh.ogg" type="audio/ogg">
</audio>
</div>
<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>