-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (48 loc) · 2.5 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="css/global.css" />
<link rel="stylesheet" href="css/style.css" />
<title>Useless, they said</title>
<link rel="icon" href="./images/favicon/VV-logo.ico" type="image/x-icon" />
</head>
<body>
<!-- HEADER -->
<header><h1 class="uselessHeading">Useless, they said</h1></header>
<!-- MAIN -->
<main>
<div id="action-container-primary">
<p>Here!</p>
<!-- Min logotyp. Gömd från start -->
<svg
xmlns="http://www.w3.org/2000/svg"
width="400"
height="387"
viewBox="0 0 400 387"
fill="none"
id="wolfsHead"
class="hidden"
>
<path fill="#fff" d="M115 194h170v47H115z" id="wolfsEyes" />
<path
fill="#000"
d="m297.402 18.472 5.196 3-28.36 49.12 67.474-18.079 1.553 5.796-73.27 19.632-64.799 112.236h129.735l53.5-53.5 4.243 4.242-49.257 49.258H400v6h-56.72l49.394 49.394-4.243 4.243-53.637-53.637H205.196l64.868 112.354 73.082 19.582-1.553 5.796-67.287-18.03 28.292 49.003-5.196 3-28.36-49.122-18.08 67.475-5.795-1.553 19.632-73.27L200 199.177 135.064 311.65l19.582 73.082-5.795 1.553-18.03-67.287-28.223 48.884-5.196-3 28.292-49.003-67.475 18.08-1.552-5.796 73.269-19.632 64.868-112.354H64.931l-53.5 53.5-4.242-4.243 49.257-49.257H0v-6h56.583L7.19 140.782l4.242-4.242 53.638 53.637h129.735L129.868 77.704 56.785 58.122l1.553-5.796 67.287 18.03-28.223-48.884 5.196-3 28.292 49.002L148.969 0l5.796 1.553-19.633 73.27L200 187.177l64.868-112.354L245.285 1.74l5.796-1.553 18.029 67.287 28.292-49.002Z"
/>
<path
fill="#000"
fill-rule="evenodd"
d="m282.24 159.86 14.039-83.713-49.095 57.525-47.04-35.14-47.58 35.544-49.438-57.926 14.138 84.297-29.062 21.71 13.825 24.219-2.028-2.784-27.168 36.41 60.675 21.523 57.211 100.226h18.855l57.273-100.336 60.365-21.413-27.168-36.41-.883 1.213 12.928-22.648-29.847-22.297Zm-155.436 59.327 47.682 16.887-35.023-36.498-12.659 19.611Zm99.2 16.887 47.682-16.887-12.659-19.611-35.023 36.498Z"
clip-rule="evenodd"
/>
</svg>
</div>
<div id="action-container-secondary" class="offScreen"></div>
</main>
<!-- FOOTER -->
<footer></footer>
<script src="./script/script.js"></script>
</body>
</html>