-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (28 loc) · 841 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>[/de.ʁiv/]</title>
<meta name="description" content="a mood board ">
<meta name="author" content="found.derive.la[at]gmail">
<link href="style.css" rel="stylesheet" type="text/css" />
<script src="jquery-3.1.1.js" type="text/javascript"></script>
<script src="Moody.js" type="text/javascript"></script>
<script src="lazyload.min.js"></script>
</head>
<body>
</div>
<div class="logo">
<a href="/">
<text x="500" y="500">[/de.ʁiv/]</text>
</a>
</div>
<hr class="logoBreak"/>
<div id="container" height="960px" width="100%"></div>
<div>
<p>a mood board</p>
<p id="current" style="display:none;">current mood: </p>
<button class="btn" onclick="GetRandomMood();" id="random">moods</button>
</div>
</body>
</html>