Files
procons/Resources/Views/login.leaf

15 lines
496 B
Plaintext

#extend("main"):
#export("body"):
<div class="centered">
<h1>Welcome to Chiller - Pro vs. Cons</h1>
<p style="font-size: 12px;">Enter your display name below to get started!</p>
<form id="loginForm" action="login">
<input type="text" id="displayName" name="displayName" placeholder="Name" required>
<br>
<br>
<input type="submit" class="btn btn-submit dark bg-dark light-radius" value="Submit">
</form>
</div>
#endexport
#endextend