naked domain page styling

This commit is contained in:
girish@cloudron.io
2016-03-21 13:49:11 -07:00
parent b1f172ed17
commit f5ab63e8ec

View File

@@ -50,12 +50,14 @@
<div class="wrapper">
<div class="content">
<img ng-src="{{ cloudronAvatar || '/img/logo_inverted_192.png' }}" onerror="this.src = '/img/logo_inverted_192.png'"/>
<img width="128px" ng-src="{{ cloudronAvatar || '/img/logo_inverted_192.png' }}" onerror="this.src = '/img/logo_inverted_192.png'"/>
<br>
<br>
<h1> Cloudron </h1>
<p>
<h4>
There is no app configured for this domain. If you want to put an app at this location,<br/>
please reconfigure the app in the <a ng-href="{{apiOrigin}}">settings panel</a> and leave the location empty.
</p>
install one in the <a ng-href="{{apiOrigin}}">settings panel</a> and leave the location empty.
</h4>
<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>