generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathend.html
More file actions
52 lines (49 loc) · 2.4 KB
/
end.html
File metadata and controls
52 lines (49 loc) · 2.4 KB
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
<!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">
<meta name="description" content="Geography Is Cool!!">
<meta name="keywords"
content="Geography is cool, geography, quiz game, quiz, flag quiz, flag game, flag, game, fun quiz, educational quiz, education, countries, knowledge, question game, question">
<link rel="icon" href="assets/images/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="assets/images/apple-touch-icon.png">
<link rel="stylesheet" href="assets/css/style.css">
<title>Geography Is Cool!!</title>
</head>
<body>
<header>
<h1>Geography Is Cool !!</h1>
</header>
<section id="end-page">
<div class="container">
<div id="home" class="flex-center flex-column">
<h2>Final Score</h2>
<h3 id="final-score">0</h3>
<label for="username" hidden>username</label>
<input type="text" id="username" placeholder="username">
<button type="submit" class="btn" id="btn-save" disabled>Save</button>
<a class="btn btn-scores" href="index.html">Go Home</a>
</div>
</div>
</section>
<footer>
<div class="social">
<a href="https://github.com/Vasileios20/geography-is-cool" target="_blank"
aria-label="Visit the game's repository page on git hub"><i class="fa-brands fa-github"></i></a>
<a href="https://www.facebook.com/geografitness" target="_blank" aria-label="Visit Facebook page"><i
class="fa-brands fa-facebook"></i></a>
<a href="https://www.instagram.com/geografitness/" target="_blank" aria-label="Visit Instagram page"><i
class="fa-brands fa-instagram"></i></a>
</div>
<div id="background-image-link">
<a
href="https://www.freepik.com/free-vector/old-colored-map_9386675.htm#page=2&query=world%20map&position=33&from_view=search&track=ais" target="_blank" aria-label="Visit the background's image source">Image
by macrovector</a>on Freepik
</div>
</footer>
<script src="https://kit.fontawesome.com/cdf0a3356f.js" crossorigin="anonymous"></script>
<script src="assets/js/end.js"></script>
</body>
</html>