More work on WWW Server
This commit is contained in:
2
www/403.tpl
Normal file
2
www/403.tpl
Normal file
@@ -0,0 +1,2 @@
|
||||
<h1>403 - Forbidden</h1>
|
||||
The page you are looking for can not be accessed.
|
2
www/404.tpl
Normal file
2
www/404.tpl
Normal file
@@ -0,0 +1,2 @@
|
||||
<h1>404 - Page not found</h1>
|
||||
The page you are looking for can not be found.
|
@@ -1,2 +1,4 @@
|
||||
<hr />
|
||||
<div class="footer">Powered By Magicka BBS</div>
|
||||
</BODY>
|
||||
</HTML>
|
||||
|
@@ -1,4 +1,11 @@
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>Magicka BBS</TITLE>
|
||||
<link rel="stylesheet" type="text/css" href="/static/style.css">
|
||||
</HEAD>
|
||||
<BODY>
|
||||
<div class="header">
|
||||
<img src="/static/header.png" alt="Magicka BBS" />
|
||||
</div>
|
||||
<hr />
|
||||
|
||||
|
@@ -1,3 +1,3 @@
|
||||
<h2>Welcome to another Magicka BBS!</h2>
|
||||
|
||||
The sysop should customize this file with what he wants on the front page!
|
||||
The sysop should customize this file with what he/she wants on the front page!
|
||||
|
1
www/mime.types
Normal file
1
www/mime.types
Normal file
@@ -0,0 +1 @@
|
||||
image/png png
|
BIN
www/static/header.png
Normal file
BIN
www/static/header.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
3
www/static/style.css
Normal file
3
www/static/style.css
Normal file
@@ -0,0 +1,3 @@
|
||||
.footer {
|
||||
font-size: small;
|
||||
}
|
Reference in New Issue
Block a user