-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
32 lines (28 loc) · 1.14 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Mobile header color for Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#ff4970">
<!-- Mobile header color Windows Phone -->
<meta name="msapplication-navbutton-color" content="#ff4970">
<!-- Mobile header color for iOS Safari (supports black, black-translucent or default) -->
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,800" rel="stylesheet">
<!-- Primary Meta Tags -->
<title>Parti Lykkehjulet - Få hjælp til at vælge et tilfældigt parti</title>
</head>
<body>
<div class="wrapper">
<h1>Parti Lykkehjulet</h1>
<h2>Til dig der <strong>ikke aner</strong> hvad du skal stemme på!</h2>
<div class="svg-wrapper">
<div class="arrow"></div>
<svg viewBox="0 0 110 110" id="wheel-of-fortune"></svg>
</div>
<button>Spin hjulet!</button>
<div class="result" id="result"></div>
</div>
</body>
</html>