-
Notifications
You must be signed in to change notification settings - Fork 1
/
404.html
72 lines (62 loc) · 3.17 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>V-EUPNEA | Error 404</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon-light.png" rel="icon" media="(prefers-color-scheme: dark)"/>
<link href="assets/img/favicon-dark.png" rel="icon" media="(prefers-color-scheme: light)"/>
<link href="assets/img/apple-touch-ico-light.png" rel="apple-touch-icon" media="(prefers-color-scheme: dark)"/>
<link href="assets/img/apple-touch-ico-dark.png" rel="apple-touch-icon" media="(prefers-color-scheme: light)"/>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Roboto:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/animate.css/animate.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<link href="assets/css/style_alternative.css" rel="stylesheet">
<link href="assets/css/404.css" rel="stylesheet">
</head>
<body>
<header id="header" class="fixed-top">
<div class="container d-flex align-items-center">
<h1 class="logo me-auto"><a href="index.html"><img src="assets/img/logos/V-EUPNEA-black_logo.png" alt="" class="img-fluid">V-EUPNEA</br><span>Living, Breathing Virtual Worlds</span></a></h1>
<!-- Uncomment below if you prefer to use an image logo -->
<!-- <a href="index.html" class="logo me-auto me-lg-0"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>-->
<div class="header-social-links d-flex">
<a href="https://www.cyens.org.cy/en-gb/" target="_blank" class="twitter">
<img src="assets/img/logos/CYENS-BLACK-LOGO.png" alt="" class="img-fluid">
</a>
</div>
</div>
</header><!-- End Header -->
<main>
<center>
<h1>404</h1>
<h4>UH OH! You're lost.</h4>
<p>The page you are looking for does not exist. How you got here is a mystery.<br>
But you can click the button below to go back to the homepage.</p>
<h3><a href="index.html">Homepage</a></h3>
<div class="row justify-content-center">
<div class="col-xl-2 col-lg-3 col-sm-4 col-6 d-flex align-items-stretch">
<a href="index.html">
<img src="assets/img/logos/V-EUPNEA-black.png" alt="" style="width: 90%">
</a>
</div>
<div class="col-xl-2 col-lg-3 col-sm-4 col-6 d-flex align-items-stretch">
<a href="https://www.cyens.org.cy/en-gb/" target="_blank">
<img src="assets/img/logos/CYENS-HORIZONTAL-BLACK-TRANSPARENT.png" alt="" style="width: 90%">
</a>
</div>
</div>
</center>
</main>
</body>