-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (46 loc) · 1.35 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
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Firewrite</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.6.1/css/bulma.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/material-design-icons/3.0.1/iconfont/material-icons.min.css">
<link rel="stylesheet" href="files/style.css">
<link rel="favicon" href="files/favicon.ico">
</head>
<body>
<div class="container">
<section class="articles">
<section class="hero is-warning is-bold is-small promo-block">
<div class="hero-body">
<div class="container">
<h1 class="title">
<i class="material-icons">create</i>
Firewrite
</h1>
<h2 class="subtitle">
<i class="fa fa-fire"></i>
Simple blogging system.
</h2>
</div>
</div>
</section>
<div id="posts">
<br>
<center>
<div style="width:80%" id="loadingBar">
<a class="button is-dark is-loading is-fullwidth is-large"></a>
</div>
</center>
<br>
</div>
</section>
</div>
<script src="https://www.gstatic.com/firebasejs/4.8.1/firebase.js"></script>
<script src="src/config.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="src/serve.js"></script>
</body>
</html>