customized login screen
added name stenodok
This commit is contained in:
parent
b5e548c97f
commit
cae8dfa68b
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<title>Template Generator</title>
|
<title>TG</title>
|
||||||
<link rel="icon" type="image/x-icon" href="favicon.ico" />
|
<link rel="icon" type="image/x-icon" href="favicon.ico" />
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<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-modal-content w3-margin-top">
|
||||||
<div class="w3-container w3-padding-32 w3-flat-clouds">
|
<div class="w3-container w3-padding-32 w3-flat-clouds">
|
||||||
<form method="post" action="javascript:void(0)" id="loginForm">
|
<form method="post" action="javascript:void(0)" id="loginForm">
|
||||||
|
<h1>Welcome to stenoDok</h1>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
<label> enter password: </label>
|
<label> enter password: </label>
|
||||||
<input
|
<input
|
||||||
type="password"
|
type="password"
|
||||||
@ -276,7 +279,8 @@
|
|||||||
id="submitPassword"
|
id="submitPassword"
|
||||||
type="submit"
|
type="submit"
|
||||||
value="Submit"
|
value="Submit"
|
||||||
style="display: none"
|
class="w3-button w3-flat-wet-asphalt"
|
||||||
|
style="display: block; margin-top: 20px;"
|
||||||
/>
|
/>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user