-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
28 lines (26 loc) · 952 Bytes
/
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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://nasaemoji.com/css/bootstrap.min.css">
<title>404</title>
</head>
<body class="container vh-100">
<div class="row ">
<div class="col-lg-12 w-100 justify-content-center align-items-center text-center">
<br>
<br>
<br>
<img src="https://nasaemoji.com/icon/favicon500.png" alt="To the moon!" class="img-fluid mb-2" style="max-width: 250px;">
<h5>404: Site not found 🫤</h5>
<a href="/">Click here to enter the app</a> <br>
<br>
<br>
<br>
</div>
</div>
</body>
</html>