generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path404.html
34 lines (33 loc) · 1.33 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
<!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="balloon and decor shop for special occasions in Novi Pazar">
<meta name="keywords" content="balloons, decoration, balloonshop, decoration for occasions, Serbia, Novi Pazar">
<link href="assets/css/style.css" rel="stylesheet">
<title>Magic balon decor</title>
</head>
<body>
<main>
<div class="filled-form">
<div class="filled-background-color">
<h2>404 - Not found</h2>
<p>Oeps this page doesn't excist</p>
<br>
<a href="index.html">Go back to the Homepage</a>
</div>
</div>
</main>
<footer>
<ul>
<li id="float-left">Contact Us: <i class="fa-solid fa-phone"></i><a href="tel:1234567890">1234567890</a></li>
<li id="float-right"><a href="https://www.instagram.com/magicbalondecor/" target="_blank" rel="noopener"
aria-label="Find us on Instagram (link opens in a new tab)"><i class="fa-brands fa-instagram"></i></a></li>
</ul>
</footer>
<!-- font awesome script-->
<script src="https://kit.fontawesome.com/45c35d510d.js" crossorigin="anonymous"></script>
</body>
</html>