mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-07-31 01:24:36 +02:00
index.html: change titlebar, description and button text
This commit is contained in:
parent
3b90ea2006
commit
c64570ca9f
@ -12,14 +12,16 @@
|
|||||||
<div id="box">
|
<div id="box">
|
||||||
<div class="box-inner">
|
<div class="box-inner">
|
||||||
<div class="header cf">
|
<div class="header cf">
|
||||||
Enter Network Password
|
<!-- Enter Network Password -->
|
||||||
|
Enter Login Credentials
|
||||||
<img src="img/close_normal.png">
|
<img src="img/close_normal.png">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="left"> <img src="img/start.png"></div>
|
<div class="left"> <img src="img/start.png"></div>
|
||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
Enter your network password for Microsoft Networking.
|
<!-- Enter your network password for Microsoft Networking. -->
|
||||||
|
Please enter your system login credentials.
|
||||||
<br><br><br>
|
<br><br><br>
|
||||||
<div id="form">
|
<div id="form">
|
||||||
<form action="javascript: attemptLogin()" id="start">
|
<form action="javascript: attemptLogin()" id="start">
|
||||||
@ -32,7 +34,7 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="right">
|
<div class="right">
|
||||||
<button type="submit" form="start" value="Submit">Submit</button>
|
<button type="submit" form="start" value="Ok">Ok</button>
|
||||||
<br><br>
|
<br><br>
|
||||||
<button type="cancel">Cancel</button>
|
<button type="cancel">Cancel</button>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user