mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-06 21:04:20 +00:00
24 lines
921 B
Smarty
24 lines
921 B
Smarty
<?php
|
|
#################################################################################
|
|
## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ##
|
|
## --------------------------------------------------------------------------- ##
|
|
## Filename 404.tpl ##
|
|
## Developed by: Dzoki ##
|
|
## License: TravianX Project ##
|
|
## Copyright: TravianX (c) 2010-2011. All rights reserved. ##
|
|
## ##
|
|
#################################################################################
|
|
?>
|
|
<div style="margin-top: 50px;">
|
|
|
|
<center>
|
|
|
|
<h1>404 - File not found</h1>
|
|
|
|
This system is not finished yet or page does not exist.<br>
|
|
|
|
<br>
|
|
|
|
</center>
|
|
|
|
</div> |