-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
67 lines (61 loc) · 1.52 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<?
include "global.tbh"
declare html_reboot_flag as no_yes
declare index_page_socknum as byte
index_page_socknum = sock.num
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
<HTML><HEAD>
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
<META HTTP-EQUIV="Expires" CONTENT="Tue, 01 Jan 1980 1:00:00 GMT">
<style type="text/css">
h1,h2,h3
{
font-family: arial, 'sans serif';
}
h1,h2,h3,hr
{
color: #FFFFFF;
}
table
{
background-color:#029DD0;
font-family: arial, 'sans serif';
color: #FFFFFF;
}
table.message
{
background-color:#FFFFFF;
font-family: arial, 'sans serif';
color: #8080C0;
}
</style>
</HEAD>
<BODY>
<div>
<br>
<br>
<br>
<br>
<br>
<table width=40% align=center cellspacing="5" cellpadding="5">
<tr align=center>
<td><h1><b>Tibbo</b></h1></td>
</tr>
<tr> <td>
<table align=center width=100% border='0'>
<form action='login.html' method='post'>
<tr align=center><td width=40%><b>Please Enter Password</b></td></tr>
<tr><td><br></td></tr>
<tr align=center><td><input type='password' size = '15' maxlength = '6' name='pw' value='' tabindex = 1></td></tr>
<tr><td><br></td></tr>
<tr align=center><td><input type = 'submit' value = ' Login ' align = left tabindex = 2></td></tr></form></table>
</td></tr>
</table>
<br><br>
<table width = 40% align= center border = "0" class = 'message'>
<tr><td align=center><?print_login_state ?></td></tr>
</table>
</div>
</BODY>
</HTML>