-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (41 loc) · 955 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
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="index.css">
<link href="https://fonts.googleapis.com/css?family=Raleway:200,400" rel="stylesheet">
<link rel="icon" href="img/favicon.ico" type="image/x-icon"/>
<title>Groovy Tunage</title>
</head>
<body>
<div class="container">
<br />
<section class="audio">
<form>
<audio class="music-player" controls="controls" src=""></audio>
</form>
<hr/>
</section>
<div class="heading">
<h1>VibeQuest</h1>
<input class="searchBar" type="text" placeholder="What's your vibe?" width="500">
<br />
<button label="Search">Search</button>
<br />
</div>
</div>
<div class="results">
</div>
<footer>
<p>
VibeQuest, Co.
600 Vibe Ave.
Indianapolis, IN 46030
</p>
<p class="website">
vibequest.ork
</p>
</footer>
</body>
<script src="main.js"></script>
</html>