nextcloud/templates/404.php

9 lines
250 B
PHP
Raw Normal View History

2011-04-18 15:16:32 +04:00
<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>