-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
22 lines (21 loc) · 1012 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Inky1003</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css">
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script>
</head>
<body style="background-color: #c4b5b5">
<h1 style="text-align: center;">404</h1>
<div style="text-align: center;">
<img src="https://inky1003.github.io/sad.png" width="250px" height="250px" >
</div>
<br>
<h5 style="text-align: center;"> I didn't found anything... Sorry...</h5>
<div style="text-align: center;">
<a class="btn btn-primary" href="https://inky1003.github.io/">Go to Homepage</a>
</div>
</body>
</html>