-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path401.html
48 lines (40 loc) · 1.31 KB
/
401.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
<html>
<head>
<title>
401 Authorization Required
</title>
</head>
<body style="background-color: #009396;">
<div style="font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
color: #002323;
text-align: center;
font-size: 10rem;
height: 100%;
display: flex;
align-items: center;
justify-content: center;">
<span>401</span>
</div>
<div style="background-image: url(https://i.imgur.com/qQZgGSM.png);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 64px;
width: 64px;
position: absolute;
bottom: 16px;
left: 16px;">
<div style="font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 0.6rem;
font-weight: 600;
color: #002323;
position: absolute;
bottom: 52px;
left: 53px;
width: 10rem;">
<p style="margin: 0px;">no talk me</p>
<p style="margin: 0px;">authorization required</p>
</div>
</div>
</body>
</html>