Skip to content

Commit bfc577c

Browse files
committed
initial commit
0 parents  commit bfc577c

File tree

2 files changed

+53
-0
lines changed

2 files changed

+53
-0
lines changed

401.html

+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
<html>
2+
3+
<head>
4+
<title>
5+
401 Authorization Required
6+
</title>
7+
</head>
8+
9+
<body style="background-color: #009396;">
10+
11+
<div style="font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
12+
color: #002323;
13+
text-align: center;
14+
font-size: 10rem;
15+
height: 100%;
16+
display: flex;
17+
align-items: center;
18+
justify-content: center;">
19+
<span>401</span>
20+
</div>
21+
22+
<div style="background-image: url(https://i.imgur.com/qQZgGSM.png);
23+
background-position: center;
24+
background-repeat: no-repeat;
25+
background-size: cover;
26+
height: 64px;
27+
width: 64px;
28+
position: absolute;
29+
bottom: 16px;
30+
left: 16px;">
31+
32+
<div style="font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
33+
font-size: 0.6rem;
34+
font-weight: 600;
35+
color: #002323;
36+
position: absolute;
37+
bottom: 52px;
38+
left: 53px;
39+
width: 10rem;">
40+
<p style="margin: 0px;">no talk me</p>
41+
<p style="margin: 0px;">authorization required</p>
42+
43+
</div>
44+
</div>
45+
46+
</body>
47+
48+
</html>

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# no talk me - authorization required
2+
3+
_A static HTML page for you to use wherever you don't want people to be._
4+
5+
![](https://i.imgur.com/yggxpNy.png)

0 commit comments

Comments
 (0)