-
Notifications
You must be signed in to change notification settings - Fork 0
/
400 error; no animation.html
79 lines (69 loc) · 1.63 KB
/
400 error; no animation.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html>
<head>
</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/127808081-8d811eb0-94b5-4dbd-86d2-a403f29a827d.jpg');
background-size: contain;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
}
p{{text-align: left;};
}
.button {
border-radius: 4px;
background-color: black;
border:2px solid #d1fd1f;
color: #FFFFFF;
text-align: center;
font-size: 20px;
padding: 16px;
width: 200px;
transition: all 0.5s;
cursor: pointer;
margin: 5px;
}
.btn1 {
background-color: black;
border: none;
color: yellow;
padding: 12px 16px;
font-size: 16px;
cursor: pointer;
}
.btn {
background-color: black;
border: none;
border-radius: 200px;
color: white;
padding: 12px 15px;
font-size: 20px;
cursor: pointer;
text-align: center;
position: relative;
/* Adjust these values accordingly */
top: 5px;
left: 1px;
}
/* Darker background on mouse-over */
.btn1:hover {
background-color:royalblue ;
}
.btn:hover {
background-color:royalblue ;
}
</style>
</head>
<body>
<h3>(>‿◠)✌️Let's get you back!</h3>
<form action="http://192.168.113.106/" method=\"get\" target=\"_blank\"> <button class="btn1"><i class="fa fa-home"></i> HOME</button>
</form>
<form action="https://github.com/Pie1722" method=\"get\" target=\"_blank\"><button class="btn"><i class="fa fa-github">
</form>
</body>
</html>