forked from PageifyJS/Pageify.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (26 loc) · 903 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
<html>
<head>
<script src="./pageify/loader.js"></script>
<script src="./pageify/init.js"></script>
<script src='./pageify/config.js'></script>
<script src="./pageify/interpreter.js"></script>
<script src='./pageify/routes.js'></script>
<script src='./pageify/functions.js'></script>
<script src="pageify/require.js"></script>
<!-- Hotjar Tracking Code for https://pageifyjs.github.io/pageify.js/ -->
<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:284193,hjsv:5};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'//static.hotjar.com/c/hotjar-','.js?sv=');
</script>
<title>Pageify.js</title>
</head>
<body>
<div id="init"></div>
<div id="content"></div>
</body>