-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (27 loc) · 1.31 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Nerdyoke at Battle & Brew</title>
<meta name="description" content="Nerdyoke at Battle and Brew">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
<link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<link rel="stylesheet" href="css/site.css">
</head>
<body>
<div class="container">
<div class="content">
<img src="images/logo.jpg" class="animated zoomInDown" alt="Nerdyoke">
<h3>Type your search below.<br>Results update LIVE!</h3>
<p class="suggestions">Suggestions? <a href="mailto:nerdyoke@gmail.com?subject=***Song Suggestion***">Email us!</a></p>
<input id="search" name="search" type="text" />
<ul id="results"></ul>
</div>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script type="text/javascript" src="js/site.js"></script>
</body>
</html>