-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy path403.html
41 lines (38 loc) · 1.55 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>
<!--
Website by JerosGamer89
Source code on github.com/Ascript89
-->
<html>
<head>
<meta charset="utf-8">
<meta property="og:site_name" content="YourMinecraftServerName">
<meta property="og:type" content="website">
<meta property="og:title" content="YourMinecraftServerName">
<meta property="og:description" content="Visit YourMinecraftServerName's server website for more information">
<meta id="meta-image" property="og:image" itemprop="image" content="../assets/cube.jpg">
<meta name="referrer" content="no-referrer">
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
<meta name="author" content="JerosGamer89">
<meta name="keywords" content="mcserver,jerosgamer89">
<meta name="description" content="YourMinecraftServerName website">
<meta name="viewport" content="width=device-width">
<title>Error 403 - Minecraft Server</title>
<link rel="stylesheet" href="../css/style.css">
<link rel="icon" href="../assets/cube.jpg">
</head>
<body class="mcsplashscreen">
<h1>Error <strong style="color:#ffc18e;">403</strong></h1>
<div class="content">
<pre>Forbiden access</pre>
<p>
Seems we got a sneaky one! The page you are trying to reach
has got limited access, or it's just a folder to make the website
work correctly. Either way, there's nothing really to look here.
</p>
</div>
<center><footer>
<a href="./index.html" class="mc-btn mc-half">Go to the home page</a>
</footer></center>
</body>
</html>