customized login screen

added name stenodok
This commit is contained in:
maru21 2023-09-17 21:08:03 +02:00
parent b5e548c97f
commit cae8dfa68b

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<title>Template Generator</title>
<title>TG</title>
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
@ -265,6 +265,9 @@
<div class="w3-modal-content w3-margin-top">
<div class="w3-container w3-padding-32 w3-flat-clouds">
<form method="post" action="javascript:void(0)" id="loginForm">
<h1>Welcome to stenoDok</h1>
<br>
<br>
<label> enter password: </label>
<input
type="password"
@ -276,7 +279,8 @@
id="submitPassword"
type="submit"
value="Submit"
style="display: none"
class="w3-button w3-flat-wet-asphalt"
style="display: block; margin-top: 20px;"
/>
</form>
</div>