feat: Updates styles in css and views.
This commit is contained in:
@@ -1,15 +1,13 @@
|
||||
#extend("main"):
|
||||
#export("body"):
|
||||
<div class="center">
|
||||
<h1>Welcome to chiller Pro vs. Cons</h1>
|
||||
<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">
|
||||
<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">
|
||||
<input type="submit" class="btn btn-submit dark bg-dark light-radius" value="Submit">
|
||||
</form>
|
||||
</div>
|
||||
#endexport
|
||||
|
||||
Reference in New Issue
Block a user