-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html~
29 lines (29 loc) · 1.09 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Xawertajm - Xell aj woxx maj kar?</title>
<link rel="stylesheet" href="/app/style/css/base.css">
<script src="https://cdn.polyfill.io/v1/polyfill.min.js?features=Intl.~locale.en"></script>
<script class="cssdeck" src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
<link rel="icon" type="image/png" href="app/favicon.png">
</head>
<body>
<div id="bground"></div>
<script src="app/bundle.js"></script>
<script src="app/scripts/flare.js"></script>
<script src="app/scripts/rain.js"></script>
<!-- Hotjar Tracking Code for http://www.xawertajm.com -->
<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:258885,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>
</body>
</html>