You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asciinema.org/app/views/sessions/new.html.erb

14 lines
314 B
Plaintext

<div class="container">
<div class="row">
<div class="col-md-12">
<h1>Welcome.</h1>
<br>
<p>Click the button and you're in!</p>
<br>
<%= form_tag method: :post do %>
<input type="submit" value="Log in" class="btn btn-primary">
<% end %>
</div>
</div>
</div>