-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path403.html
More file actions
22 lines (22 loc) · 887 Bytes
/
403.html
File metadata and controls
22 lines (22 loc) · 887 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="styles/style.css">
<link rel="stylesheet" href="styles/animations.css">
<link rel="stylesheet" href="styles/fonts.css">
<link rel="stylesheet" href="styles/ui.css">
<link rel="stylesheet" href="styles/icons.css">
<link rel="icon" href="favicon.ico">
<meta name="author" content="AntHill">
<meta name="description" content="The best community in the world!">
<title>403</title>
</head>
<body>
<div class="fcenter" style="position: absolute; text-align: center;">
<h1 class="giant_title grtext" style="animation: anim_hue 3s 0s infinite linear;">403</h1>
<p class="small_title">Forbidden :(</p>
</div>
<script src="scripts/main.js" lang="JavaScript"></script>
</body>
</html>