-
Notifications
You must be signed in to change notification settings - Fork 0
/
404 error.html
51 lines (41 loc) · 1.02 KB
/
404 error.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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Add icon library -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
body
{background-image: url('https://user-images.githubusercontent.com/86643678/127807009-082c3f5e-4249-4d11-b52e-6b2db776adf6.png');
background-size: contain;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;}.
p{{text-align: left;};
}
.btn {
background-color: black;
border: none;
border-radius: 200px;
color: white;
padding: 12px 15px;
font-size: 20px;
cursor: pointer;
text-align: center;
display: flex;
position: fixed;
/* Adjust these values accordingly */
top: 40px;
left: 10px;
}
.btn:hover {
background-color:royalblue ;
}
</style>
<body>
<P>GITHUB</p>
<form action="https://github.com/Pie1722\" method=\"get\" target=\"_blank\">
<button class="btn"><i class="fa fa-github">
</form>
</body>
</html>