Add application layout styling

Added application navbar and the page background styling
This commit is contained in:
Yannick
2020-04-07 20:33:47 +02:00
parent 59faa4e545
commit 7e4280d451
3 changed files with 69 additions and 22 deletions

View File

@@ -1,3 +1,5 @@
<h1>Welcome</h1>
<div class="hero">
<h1>Welcome</h1>
<%= link_to "Login", login_url %>
<%= link_to "Login", login_url %>
</div>