feat: Initial commit
This commit is contained in:
16
Resources/Views/login.leaf
Normal file
16
Resources/Views/login.leaf
Normal file
@@ -0,0 +1,16 @@
|
||||
#extend("main"):
|
||||
#export("body"):
|
||||
<div class="center">
|
||||
<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">
|
||||
<label for="displayName">Display Name:</label>
|
||||
<br>
|
||||
<input type="text" id="displayName" name="displayName" placeholder="Name" required>
|
||||
<br>
|
||||
<br>
|
||||
<input type="submit" value="Submit" class="loginButton">
|
||||
</form>
|
||||
</div>
|
||||
#endexport
|
||||
#endextend
|
||||
Reference in New Issue
Block a user