forked from lubomirdruga/jaky-je-boha-tyzden
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (34 loc) · 1.2 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
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZGC4KGLN9K"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-ZGC4KGLN9K');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link href="stylesheet.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
<title>Jaky je boha tyzden na TUKE</title>
<script async defer src="https://buttons.github.io/buttons.js"></script>
</head>
<body>
<!-- Snow Effect -->
<div id="snow"></div>
<div id="week"></div>
<footer>
<a class="github-button"
href="https://github.com/lubomirdruga/jaky-je-boha-tyzden"
data-size="large"
aria-label="Star lubomirdruga/jaky-je-boha-tyzden on GitHub">
Star on GitHub
</a>
</footer>
<script src="main.js"></script>
<!-- <script src="PureSnow.js"></script>-->
</body>
</html>