generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.html
45 lines (37 loc) · 1.6 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
36
37
38
39
40
41
42
43
44
45
<!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 Vorau Choir is a mixed-voices choir of about 30 singers in Vorau, Steiermark, Austria">
<meta name="keywords" content="choir, mixed-voices, music, singers, vorau, steiermark, austria">
<link rel="stylesheet" href="./assets/css/style.css">
<title>404 Error</title>
</head>
<body>
<!-- header with logo and menu -->
<header>
<div class="header">
<div class="logo">
<a href="https://brodsa.github.io/mgv-vorau/" aria-label="Home">
<div class="logo__image">
<img class="logo__img" src="./assets/images/logo_vorau_en_300px.webp" alt="Logo of the Vorau Choir">
</div>
</a>
</div>
</div>
</header>
<!-- end of header with logo and menu -->
<!-- hero image section -->
<div class="hero">
<div class="hero__background"></div>
</div>
<section class="section hidden-page" id="e404">
<h2 class="section__title">Something's wrong here</h2>
<p class="section__paragraph">This is a 404 error, meaining that the entered URL is invalid.</p>
<a href="https://brodsa.github.io/mgv-vorau/" class="link link--white button button-secondary" aria-label="Go back to the homepage"> Go back to the homepage</a>
</section>
<!-- end of hero image section -->
</body>
</html>