-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (34 loc) · 1.23 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet" integrity="sha256-MfvZlkHCEqatNoGiOXveE8FIwMzZg4W85qfrfIFBfYc= sha512-dTfge/zgoMYpP7QbHy4gWMEGsbsdZeCXz7irItjcC3sPUFtf0kuFbDz/ixG7ArTxmDjLXDmezHubeNikyKGVyQ==" crossorigin="anonymous">
<link rel="stylesheet" href="/index.css">
<title>DJams</title>
</head>
<body>
<div class="container col-xs-12">
<div class="row header">
<img src="/dancer.jpg" alt="dancer_logo" class="logo-pic">
</div>
</div>
<div class="container col-xs-8 contentbox">
<div class="row">
<div class="col-xs-3">
<form action="/hostmenu" class="button host">
<input type="submit" value="Host menu">
</form>
</div>
<div class="container col-xs-6">
<p>Welcome to Djams!! A collaborative playlist to minimize the amount of taylor swift you are exposed to at a party....You're welcome!!</p>
</div>
<div class="col-xs-3">
<form action="/guestmenu" class="button guest">
<input type="submit" value="guest menu">
</form>
</div>
</div>
</div>
</div>
</body>
</html>