-
Notifications
You must be signed in to change notification settings - Fork 35
/
index.html
executable file
·29 lines (27 loc) · 963 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<script src="vendor/assets/javascripts/jquery-1.10.1.min.js"></script>
<script src='app/assets/javascripts/application.js'></script>
<!--
<link rel="stylesheet" href="css/normalize.min.css">
<link rel="stylesheet" href="css/main.css"> -->
</head>
<body>
<div class='container'>
<div class='queue-container'>
<table class='queue-table'></table>
</div>
<div class='search-container'>
<input class='search-input-term'>
<button class='search-submit'></button>
<table class='results-table'></table>
</div>
</div>
</body>
</html>