-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·34 lines (31 loc) · 1.55 KB
/
index.html
File metadata and controls
executable file
·34 lines (31 loc) · 1.55 KB
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
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/RBC-html40/loose.dtd">
<html>
<head>
<title>TReC</title>
<link rel="stylesheet" type="text/css" media="screen" href="main.css" />
</head>
<body bgcolor="white" background="start.jpg" leftmargin="50" topmargin="50" bgproperties="fixed"
style="Background-Image: start.jpg; Background-Repeat: no-repeat; background-position:center; background-position:top;">
<div id="socialNetworkBox">
<a class="fb" href="http://www.facebook.com/pages/TREC/139183509474395" target="_blank" title="Besuch uns auch mal bei facebook"><span>TREC @ facebook</span></a>
</div>
<div id="login">
<fieldset>
<table>
<form action="login" method="GET">
<p><tr><td><input type ="text" name ="username" size="20" maxlength="50" value="username"/></td>
<td><button type ="submit" value="login" style="height: 25px; width: 70px">login</button></tr></td></p>
<p><tr><td><input type ="password" name ="password" size="20" maxlength="50" value="password"/></td></p>
</form>
<form action="registerpage" method="GET">
<td><button type ="submit" value="register" style="height: 25px; width: 70px">register</button></tr></td>
</form>
<form action="passwordforgottenpage" method="GET">
<td><button type ="submit" value="passwordforgotten" style="height: 25px; width: 140px">password forgotten</button></tr></td>
</form>
</table>
</fieldset>
</div>
</body>
</html>