1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 13:40:20 +02:00

Add server

This commit is contained in:
Toby Zerner
2015-10-02 17:47:12 +09:30
parent 4e5b3099f8
commit 0142b01cc5
6 changed files with 345 additions and 1 deletions

13
error/404.html Normal file
View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title></title>
</head>
<body>
<h1>404 Not Found</h1>
<p>Looks like this page could not be found.</p>
</body>
</html>