-
Notifications
You must be signed in to change notification settings - Fork 2
/
main.php
37 lines (34 loc) · 1.88 KB
/
main.php
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
<?php include "db_connect.php";
echo '<meta HTTP-EQUIV="REFRESH" content="0; url=http://localhost/Whiteboard/home.php">';
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<LINK href="stylesheet.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="header">
<img src="logo.jpg"/>
</div>
<div class="body">
<table cellspacing="0"><tr><td>
<table padding-left="5px" cellspacing="0">
<tr>
<td class="blank"></td>
<td class="tab1">home</td>
<td class="tab2"><a href="register.html">register</a></td>
</tr>
</table></td>
<td><table width="63px"><tr><td></td></tr></table></td><td><table cellspacing="0" class="login2">
<tr><form>
<td padding-left="60px">username:<br/><input type="textfield" name ="username" size="16" maxlength="16"/></td>
<td>password:<br/><input type="password" name="password" size="16" maxlength="16"/><input type="submit" value="login"><a href="home.html">x</a></td>
</tr>
</table></td></tr>
</table>
<table cellspacing="0"><tr>
<td class="content"><h2>header1</h2><h5>content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content </h5></td></tr>
</table
</div>
</body>
</html>