added logo
This commit is contained in:
parent
10938eb91a
commit
4a2b88132b
@ -93,7 +93,7 @@
|
||||
href="."
|
||||
id="siteTitle"
|
||||
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>
|
||||
|
||||
@ -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 <img src="/logo.png" alt="logo" height="40px"></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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user