forked from Zzh-tju/CIoU
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (25 loc) · 803 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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Configurations</title>
<!-- Because yes, I live in 2013 and still use jQuery. -->
<script src="scripts/jquery.js"></script>
<script src="scripts/index.js"></script>
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="css/list.css">
</head>
<body>
<span class="big header">Detections Viewer</span>
<center class='main'>
<div class='box list_wrapper'>
<p>Select a configuration</p>
<ul id='config_list'>
</ul>
</div>
</center>
<small class='footer'>By Daniel Bolya</small>
</body>
</html>