-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
52 lines (41 loc) · 1.16 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
<html>
<head>
<title>Lost Soul!</title>
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous">
<style>
* {
margin: 0;
padding: 0;
}
body {
text-align-last: center;
}
.imagewrap {
display: inline-block;
position: relative;
}
.button3 {
position: absolute;
right: 38%;
top: 10%;
}
a
{
text-decoration: none !important;
color: white !important;
}
a:hover
{
text-decoration: none !important;
}
</style>
</head>
<body style="background-color: #ebecee">
<div class="imagewrap ">
<img src="https://l5vd03xwb5125jimp1nwab7r-wpengine.netdna-ssl.com/wp-content/uploads/2017/06/best-404-page-design-10.jpg ">
<button class="btn btn-md btn-success button3" style="background-color: #686f89; border:none; ">
<a href="https://chiragchevli.github.io/">Get Me out Of here!</a>
</button>
</div>
</body>
</html>