mirror of
https://github.com/TotalFreedomMC/Website.git
synced 2024-12-22 16:25:12 +00:00
Added 404 page (#32)
* What no 404 page?? Tis but a scratch * Oh my 404 * 404 404 * Update 404.html
This commit is contained in:
parent
3120215148
commit
53a3e5eb7b
2 changed files with 8 additions and 1 deletions
|
@ -1,2 +1,3 @@
|
|||
Options -Indexes
|
||||
ErrorDocument 403 /403.html
|
||||
ErrorDocument 403 /403.html
|
||||
ErrorDocument 404 /404.html
|
||||
|
|
6
404.html
Normal file
6
404.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
<head>
|
||||
<title>Error</title>
|
||||
</head>
|
||||
<body>
|
||||
<h3 style="font-family: arial;">Where are you going? The page or resource you are currently looking for is missing.</h3>
|
||||
</body>
|
Loading…
Reference in a new issue