mirror of
https://github.com/kevin-DL/sapper-template.git
synced 2026-01-21 14:05:08 +00:00
Just some finessing
This commit is contained in:
@@ -14,6 +14,21 @@
|
||||
</label>
|
||||
</div>
|
||||
<button type="submit" class="button">Log In</button>
|
||||
<p><strong>Hint, if you haven't signed up, temporary usernames and passwords are:</strong></p>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Username</th>
|
||||
<th>Password</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>general-zod</td>
|
||||
<td>password</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>kal-el</td>
|
||||
<td>password</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
<script>
|
||||
@@ -56,4 +71,9 @@
|
||||
padding: 1.2em;
|
||||
font-size: 1em;
|
||||
}
|
||||
table th,
|
||||
table td {
|
||||
padding: 5px 5px 0 0;
|
||||
text-align: left;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user