Add basic 404 page

This commit is contained in:
Johannes Zellner
2016-07-27 17:52:54 +02:00
parent 711814cc2f
commit dcdca52dbd
2 changed files with 11 additions and 0 deletions

View File

@@ -90,6 +90,10 @@
Please use the setup link you received via mail.
</div>
<div ng-show="errorCode == 4">
<h3> Nothing to be found here </h3>
</div>
<footer>
<span class="text-muted"><a href="mailto: support@cloudron.io">Contact Support</a> - Copyright &copy; <a href="https://cloudron.io" target="_blank">Cloudron</a> 2014-16</span>
</footer>