generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 12
/
500.html
57 lines (45 loc) · 2.07 KB
/
500.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
56
57
<!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="The Quiz Arms is a pub quiz you can take part in any time, anywhere and test your general knowledge!" />
<meta name="keywords"
content="The Quiz Arms, pub quiz game, pub quiz, pub quiz online, online quiz game, general knowledge pub quiz, online pub quiz" />
<!-- Facebook, LinkedIn, Google Social Sharing Meta Tags -->
<meta property="og:type" content="article" />
<meta property="og:title" content="The Quiz Arms" />
<meta property="og:description"
content="The Quiz Arms is a pub quiz you can take part in any time, anywhere and test your general knowledge!" />
<meta name="image" property="og:image" content="assets/images/the-quiz-arms.png" />
<meta property="og:image:alt" content="The Quiz Arms site shown on a variety of devices" />
<meta property="og:url" content="https://kera-cudmore.github.io/TheQuizArms/500.html" />
<meta property="og:site_name" content="The Quiz Arms" />
<meta name="author" content="Kera Cudmore">
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon/favicon-16x16.png">
<!-- Stylesheets -->
<link rel="stylesheet" href="assets/css/style.css">
<!--Page Title-->
<title>The Quiz Arms - 500 Error</title>
</head>
<body class="flex-container">
<a href="index.html">
<h1>THE QUIZ ARMS</h1>
</a>
<!-- Grey Outer Container that holds the Content-->
<div id="outer-container">
<h2>Sorry!</h2>
<p>There seems to have been an issue retrieving the quiz data.</p>
<p>Please try again later.</p>
<div class=" btn-group">
<a href="index.html" class="btn">Go Home</a>
<a href="highscores.html" class="btn">View High Scores</a>
</div>
</div>
</body>
</html>