-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
30 lines (30 loc) · 1.43 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
<!DOCTYPE html>
<html>
<head>
<title>New ZeroNet site!</title>
<meta charset="utf-8">
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<base href="" target="_top" id="base">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/bulma.min.css">
<link rel="stylesheet" href="css/main.css?rev=8">
<script type="text/javascript" src="js/vue.js"></script>
<script type="text/javascript" src="js/vuex.js"></script>
<script type="text/javascript" src="js/moment.min.js"></script>
<script type="text/javascript" src="js/zeroframe.js"></script>
<script type="text/javascript" src="js/storage.js?rev=8"></script>
<script type="text/javascript" src="js/top.js?rev=8"></script>
<script type="text/javascript" src="js/likes.js?rev=8"></script>
<script type="text/javascript" src="js/comments.js?rev=8"></script>
<script type="text/javascript" src="js/post.js?rev=8"></script>
<script type="text/javascript" src="js/posts.js?rev=8"></script>
<script type="text/javascript" src="js/posteditor.js?rev=8"></script>
<script type="text/javascript" src="js/poster.js?rev=8"></script>
<script type="text/javascript" src="js/modal.js?rev=8"></script>
</head>
<body>
<div id="root"></div>
<script type="text/javascript" src="js/init.js?rev=8"></script>
</body>
</html>