404 error page
parent
5896fbd910
commit
7684585f49
Binary file not shown.
|
After Width: | Height: | Size: 21 KiB |
@ -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>
|
||||
Loading…
Reference in New Issue