forked from Rotonde/beaker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (23 loc) · 798 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Rotonde</title>
<link rel="stylesheet" type="text/css" href="links/reset.css"/>
<link rel="stylesheet" type="text/css" href="links/fonts.css"/>
<link rel="stylesheet" type="text/css" href="links/main.css"/>
<link rel="stylesheet" type="text/css" href="links/custom.css"/>
<script src="/scripts/rotonde.js"></script>
<script src="/scripts/portal.js"></script>
<script src="/scripts/feed.js"></script>
<script src="/scripts/entry.js"></script>
<script src="/scripts/operator.js"></script>
<link rel="icon" type="image/svg" href="/media/content/icon.svg" sizes="any" />
</head>
<body></body>
<script>
var r = new Rotonde();
r.install();
r.start();
</script>
</html>