summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorRobin Appelman <icewind1991@gmail.com>2011-04-18 13:16:32 +0200
committerRobin Appelman <icewind1991@gmail.com>2011-04-18 13:16:49 +0200
commit7684585f49df8d83f3b1677279b5a13f61282a1f (patch)
tree52f3819f3cc2f90535256cf3f9261377cfb780c7 /templates
parent5896fbd91005cd523bbcbae8a65eb7ce159edc95 (diff)
downloadnextcloud-server-7684585f49df8d83f3b1677279b5a13f61282a1f.tar.gz
nextcloud-server-7684585f49df8d83f3b1677279b5a13f61282a1f.zip
404 error page
Diffstat (limited to 'templates')
-rw-r--r--templates/404.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/404.php b/templates/404.php
new file mode 100644
index 00000000000..7696d16f8e2
--- /dev/null
+++ b/templates/404.php
@@ -0,0 +1,9 @@
+<div id="login">
+ <img src="<?php echo image_path("", "weather-clear.png"); ?>" alt="ownCloud" />
+ <ul>
+ <li class='error'>
+ Error 404, Cloud not found<br/>
+ <p class='hint'><?php if(isset($_['file'])) echo $_['file']?></p>
+ </li>
+ </ul>
+</div> \ No newline at end of file