-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (38 loc) · 1.82 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
39
40
41
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>MIKÄ MEININKI!</title>
<meta name="description" content="MIKÄ MEININKI KILTIKSELLÄ?">
<meta name="author" content="niemisami">
<link href="https://fonts.googleapis.com/css?family=Lato:400,900" rel="stylesheet">
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="styles.css">
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
<![endif]-->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-92568008-5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-92568008-5');
</script>
</head>
<body>
<div class="flex">
<h1 class="title">Kiltiksen meininkikysely</h1>
<h2 class="title message" id="title">MIKÄ MEININKI KILTIKSELLÄ?</h2>
<div class="mood-balls">
<button class="mood-ball" id="bady-moody">:(</button>
<button class="mood-ball" id="okey-moody">:)</button>
<button class="mood-ball" id="goody-moody">:D</button>
</div>
<p>Viimeisen <span class="num" id="hours">0</span> tunnin aikana <br class="break">meininki on <span class="num" id="current-mood">0</span></p>
<p>Tarkista pössis <a href="http://digit.fi/webcam.php" target="_blank">täältä</a></p>
</div>
<script src="script.js"></script>
</body>
</html>