forked from sunlightlabs/databuoy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (31 loc) · 859 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title id="title"></title>
<link rel="stylesheet" type="text/css" href="dist/css/app.min.css">
</head>
<body>
<div id="app">
<div id="wrapper">
<header>
<img src="logo.png"></img>
<h1><a href="#" id="header"></a></h1>
<!--<h3><a href="#" id="export">export to json</a></h3>-->
</header>
<div id="loading">
loading...
</div>
<div id="content">
</div>
</div>
<div class="push"></div>
</div>
<footer>
<div>
Powered by <a href="https://github.com/sunlightlabs/databuoy">Databuoy</a>, a project of <a href="https://sunlightfoundation.com/">The Sunlight Foundation</a>
</div>
</footer>
<script src="dist/js/built.min.js"></script>
</body>
</html>