-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.htm
23 lines (20 loc) · 803 Bytes
/
index.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>
<head>
<meta charset="utf-8">
<title>Loading...</title>
<base target="iframe">
<link media="all" type="text/css" href="style.css" rel="stylesheet">
<link rel="shortcut icon" href="favicon.png" id="favicon" />
</head>
<body style="overflow: hidden">
<iframe name="iframe" id="iframe" width="100%" src="about:blank"></iframe>
<div id="nav"></div>
<div id="loading"><span class="icon"></span></div>
<div id="noconfig">
<h1>Configuration error</h1>
<p>Please read the documentation at <a href="https://github.com/xvello/homepage-navigation">https://github.com/xvello/homepage-navigation</a></p>
</div>
<script type="text/javascript" src="jquery.min.js"></script>
<script type="text/javascript" src="script.js"></script>
</body>
</html>