|
1 | | -<!DOCTYPE html> |
| 1 | +<!doctype html> |
2 | 2 | <html lang="en" dir="ltr"> |
3 | | - <head> |
4 | | - <meta charset="UTF-8" /> |
5 | | - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
6 | | - <title>404 Not Found – Brisbane Social Chess</title> |
7 | | - <meta name="description" content="Page not found - Brisbane Social Chess" /> |
8 | | - <link rel="stylesheet" href="/style.css" /> |
9 | | - <link rel="icon" type="image/png" href="/assets/favicon.png" /> |
10 | | - <link rel="apple-touch-icon" href="/assets/apple-touch-icon.png" /> |
11 | | - </head> |
12 | | - <body> |
13 | | - <div class="background-overlay"> |
14 | | - <main class="content-wrapper"> |
15 | | - <div class="logo"> |
16 | | - <a href="/"> |
17 | | - <img src="/assets/logo.jpg" alt="Brisbane Social Chess Logo" /> |
18 | | - </a> |
19 | | - <h1>Oops! Page Not Found</h1> |
20 | | - <p>Looks like the page you're looking for doesn't exist.</p> |
21 | | - </div> |
22 | | - <nav class="nav-links"> |
23 | | - <a href="/">Home</a> |
24 | | - <a href="/about.html">About</a> |
25 | | - <a href="/games.html">Games</a> |
26 | | - <a href="/meetup.html">Meetups</a> |
27 | | - <a href="/minutes.html">Minutes</a> |
28 | | - <a href="/register.html">Register</a> |
29 | | - <a href="/rules.html">Rules</a> |
30 | | - <a href="/terms.html">Terms</a> |
31 | | - <a href="/contact.html">Contact</a> |
32 | | - </nav> |
33 | | - <section class="section"> |
34 | | - <h2>Error 404 – Not Found</h2> |
35 | | - <p> Don’t worry, you haven’t blundered too badly. Maybe the link is outdated or there's a typo in the URL. </p> |
36 | | - <p> You can return to our homepage or explore other sections of our site. </p> |
37 | | - <div class="button-group"> |
38 | | - <a href="/" class="button">Go Home</a> |
39 | | - </div> |
40 | | - <img src="assets/locations.jpg" alt="Chess Pieces Lost" /> |
41 | | - </section> |
42 | | - </main> |
43 | | - </div> |
44 | | - <footer class="site-footer"> |
45 | | - <p> © <span id="year"></span> Brisbane Social Chess. All rights reserved. </p> |
46 | | - </footer> |
47 | | - <script type="text/javascript" src="/script.js"></script> |
48 | | - </body> |
| 3 | + <head> |
| 4 | + <meta charset="UTF-8" /> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 6 | + <title>404 Not Found – Brisbane Social Chess</title> |
| 7 | + <meta name="description" content="Page not found - Brisbane Social Chess" /> |
| 8 | + <link rel="stylesheet" href="/style.css" /> |
| 9 | + <link rel="icon" type="image/png" href="/assets/favicon.png" /> |
| 10 | + <link rel="apple-touch-icon" href="/assets/apple-touch-icon.png" /> |
| 11 | + </head> |
| 12 | + <body> |
| 13 | + <div class="background-overlay"> |
| 14 | + <main class="content-wrapper"> |
| 15 | + <div class="logo"> |
| 16 | + <a href="/"> |
| 17 | + <img src="/assets/logo.jpg" alt="Brisbane Social Chess Logo" /> |
| 18 | + </a> |
| 19 | + <h1>Oops! Page Not Found</h1> |
| 20 | + <p>Looks like the page you're looking for doesn't exist.</p> |
| 21 | + </div> |
| 22 | + <nav class="nav-links"> |
| 23 | + <a href="/">Home</a> |
| 24 | + <a href="/about.html">About</a> |
| 25 | + <a href="/games.html">Games</a> |
| 26 | + <a href="/meetup.html">Meetups</a> |
| 27 | + <a href="/minutes.html">Minutes</a> |
| 28 | + <a href="/register.html">Register</a> |
| 29 | + <a href="/rules.html">Rules</a> |
| 30 | + <a href="/terms.html">Terms</a> |
| 31 | + <a href="/contact.html">Contact</a> |
| 32 | + </nav> |
| 33 | + <section class="section"> |
| 34 | + <h2>Error 404 – Not Found</h2> |
| 35 | + <p>Don’t worry, you haven’t blundered too badly. Maybe the link is outdated or there's a typo in the URL.</p> |
| 36 | + <p>You can return to our homepage or explore other sections of our site.</p> |
| 37 | + <div class="button-group"> |
| 38 | + <a href="/" class="button">Go Home</a> |
| 39 | + </div> |
| 40 | + <img src="assets/locations.jpg" alt="Chess Pieces Lost" /> |
| 41 | + </section> |
| 42 | + </main> |
| 43 | + </div> |
| 44 | + <footer class="site-footer"> |
| 45 | + <p>© <span id="year"></span> Brisbane Social Chess. All rights reserved.</p> |
| 46 | + </footer> |
| 47 | + <script type="text/javascript" src="/script.js"></script> |
| 48 | + </body> |
49 | 49 | </html> |
0 commit comments