Make account setup view prettier

This commit is contained in:
Johannes Zellner
2016-04-04 13:42:19 +02:00
parent 577959f281
commit 1c9fc3f3dc

View File

@@ -13,8 +13,9 @@ app.controller('Controller', [function () {}]);
</script>
<center>
<h1>Hello <%= (user && user.email) ? user.email : '' %>, welcome to your Cloudron.</h1>
<h4>Setup your account and password.</h4>
<br/>
<h4>Hello <%= (user && user.email) ? user.email : '' %>, welcome to your Cloudron.</h4>
<h2>Setup your account and password.</h2>
</center>
<div class="container" ng-app="Application" ng-controller="Controller">