-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (24 loc) · 1017 Bytes
/
index.html
File metadata and controls
30 lines (24 loc) · 1017 Bytes
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>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Flaredown</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
{{content-for "head"}}
<link integrity="" rel="stylesheet" href="{{rootURL}}assets/vendor.css">
<link integrity="" rel="stylesheet" href="{{rootURL}}assets/flaredown.css">
{{content-for "head-footer"}}
</head>
<body>
{{content-for "body"}}
<script src="{{rootURL}}assets/pace/pace.js"></script>
<script src="{{rootURL}}assets/pusher/dist/pusher.js"></script>
<script src="{{rootURL}}assets/drag-drop-polyfill/release/drag-drop-polyfill.js"></script>
<script src="{{rootURL}}assets/vendor.js"></script>
<script src="{{rootURL}}assets/moment-timezone/builds/moment-timezone-with-data.js"></script>
<script src="{{rootURL}}assets/flaredown.js"></script>
{{content-for "body-footer"}}
</body>
</html>