added logo

This commit is contained in:
maru21 2023-09-18 17:31:36 +02:00
parent 10938eb91a
commit 4a2b88132b
2 changed files with 6 additions and 2 deletions

View File

@ -93,7 +93,7 @@
href="." href="."
id="siteTitle" id="siteTitle"
class="w3-left-align w3-button w3-padding-large w3-flat-wet-asphalt" class="w3-left-align w3-button w3-padding-large w3-flat-wet-asphalt"
>Template Gen</a ><img src="/logo.png" alt="logo" height="30px"></a
> >
</div> </div>
@ -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 <img src="/logo.png" alt="logo" height="40px"></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>

BIN
logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB