-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
37 lines (31 loc) · 1.4 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
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>1,033 1033s</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap-theme.min.css">
<link rel="stylesheet/less" type="text/css" href="src/style.less">
<script src="//cdnjs.cloudflare.com/ajax/libs/less.js/1.7.0/less.min.js"></script>
</head>
<body>
<div id= "hdr" class="jumbotron">
<div class="container-fluid">
<h1>1,033 random items distributed through the Pentagon's 1033 program.</h1>
<small>Data from <a href="http://www.dispositionservices.dla.mil/EFOIA-Privacy/Pages/ereadingroom.aspx#1033">Defense Logistics Agency, DoD</a>. 2014 | A <a href="http://deeplab.net">Deep Lab</a> project.</small><hr>
</div>
</div>
<div id="content" class="container-fluid">
</div>
<!-- /template -->
</div>
<script type="text/javascript" src="src/jq.min.js"></script>
<script type="text/javascript" src="src/jquery.jscroll.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
<script type="text/javascript" src="src/script.js"></script>
</body>
</html>