-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (43 loc) · 1.26 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
37
38
39
40
41
42
43
<!doctype html>
<html lang="en" manifest="main_cache.appcache">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/superhero.bootstrap.min.css">
<link rel="stylesheet" href="css/main.css">
<title>Headlinie</title>
</head>
<body>
<div id="mountArea" class="container">
<center>
<br><br>
<h1>Loading...</h1>
</center>
</div>
<center>
<p>Version 1.2.0</p>
<p>
<a href="https://victorbjelkholm.typeform.com/to/sd4jNB" class="btn btn-primary" target="_blank">
<span class="glyphicon glyphicon-envelope"></span>
<span class="hidden-xs">
Send feedback to us
</span>
<span class="visible-xs-block">
Feedback
</span>
</a>
<a href="https://marketplace.firefox.com/app/headlinie/" class="btn btn-info" target="_blank">
<span class="glyphicon glyphicon-shopping-cart"></span>
<span class="hidden-xs">
Headlinie on Firefox Marketplace
</span>
<span class="visible-xs-block">
Marketplace
</span>
</a>
</p>
</center>
<script charset="utf-8" src="dist/bundle.js"></script>
</body>
</html>