-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresults.html
50 lines (47 loc) · 1.28 KB
/
results.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="icons/current/dai5.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Project by Dom Mitchell</title>
</head>
<body>
<header class="results-page">
<a href="index.html">
<svg
xmlns="http://www.w3.org/2000/svg"
width="19.891"
height="19.891"
viewBox="0 0 19.891 19.891"
class="close-game"
id="x"
aria-hidden="true"
>
<path
d="M19.891,16.731,13,9.928l6.8-6.864L16.731,0,9.926,6.894,3.038.1,0,3.134,6.9,9.963.1,16.852l3.038,3.038L9.96,13l6.866,6.8Z"
/>
</svg>
</a>
<img src="icons/header/dai5.svg" class="logo" />
<div>
<h1>So Who<br />Won<br />The Game?</h1>
</div>
<p>
Check below to<br />
find out...
</p>
</header>
<main>
<div>
<a href="index.html" class="home">
<button class="winner-btn">
<span class="home-span"></span>
<p class="winner-text">Test</p>
</button>
</a>
</div>
</main>
<script type="module" src="/src/main.ts"></script>
</body>
</html>