-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path403.html
41 lines (39 loc) · 1.37 KB
/
403.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
</<!DOCTYPE html>
<html lang="en" dir="ltr">
<!--
┏━┳━┓┏━━┓
┃┃┃┃┣╋┓┏╋┳━┳━┳┓
┃┃┃┃┃┏┫┃┏┫╋┃┃┃┃
┗┻━┻┻┛┗┻┛┗━┻┻━┛
-->
<head>
<meta charset="utf-8">
<title>Oof. | MrTron</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Hind+Siliguri:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style type="text/css">
body {
background-color: #17181a;
color: white;
font-family: 'Hind Siliguri', sans-serif;
}
h1 {
width:800px;
height: 200px; line-height: 200px;
position: absolute;
top: 50%; margin-top:-100px;
left: 50%; margin-left:-400px;
font-weight: bold;
font-size: 100px;
text-transform: lowercase;
color: white; text-align: center;
}
</style>
</head>
<body>
<h1>403 | Forbidden.</h1>
</body>
<script defer data-api="https://web.maxuk.me/api/log" data-domain="mrtron.dev" src="https://web.maxuk.me/js/stats.js" type="text/javascript"></script>
</html>