-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
23 lines (21 loc) · 945 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="application-name" content="Soundify">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta id="vp" name="viewport" content="width=device-width,height=device-height, initial-scale=1.0,maximum-scale=1.0,user-scalable=0">
<meta id="vp" name="viewport" content="initial-scale=1.0,maximum-scale=1.0,user-scalable=0" media="(device-height: 568px)">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="stylesheet" type="text/css" href="app.css">
</head>
<body>
<section>
<header>
<form action="search" method="post"><input type="text" class="search-query" autofocus autocomplete="off" name="track" type="search" placeholder="Search track"></form>
</header>
<div id="content"></div>
</section>
</body>
</html>