generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
404.html
35 lines (28 loc) · 1.15 KB
/
404.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- metadata tags -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- meta tags for search engines -->
<meta name="description" content="A game for practicing the order of mathematical operations">
<meta name="keywords" content="order of operations, mathematics, maths, math, PEMDAS, BIDMAS, BEDMAS, addition, subtraction, multiplication, division, add, subtract, divide, multiply, plus, minus, times">
<!-- Stylesheet -->
<link rel="stylesheet" href="assets/css/style.css">
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Bungee+Spice&family=Madimi+One&family=Poppins:wght@400;700&display=swap" rel="stylesheet">
<!-- title -->
<title>Operator Game</title>
</head>
<body>
<h1 class="heading">Operator Game</h1>
<h2>Oops, something's wrong!</h2>
<p>
<a href="index.html" aria-label="back to the Operator Game">
Click here
</a>
to go back to the game.</p>
</body>
</html>