-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
38 lines (35 loc) · 1.03 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
<HTML>
<HEAD>
<TITLE>PHPAdvocat</TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="include/phpadvocat.css">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<TABLE width=100%>
<TR>
<TD width=200 valign=top>
<img SRC="images/phpadvocat.gif" height=100 width=185 align=ABSBOTTOM>
</TD>
<TD>
<CENTER> <H1>PHPAdvocat</H1> </CENTER>
<center>
<table class=inputtable style={width:520;}>
<tr>
<td>
<H2>Anmeldung</H1>
<center>
<form action="welcome.php" method="POST">
<table>
<tr><td>Benutzername: </td><td><input type=text name=loginuser size=15></td></tr>
<tr><td>Passwort: </td><td><input type=password name=loginpasswd size=15></td></tr>
<tr><td><input value=Anmelden type=submit></td><td><input value=Abbruch type=reset></td></tr>
</table>
</form>
</center>
</td>
</tr>
</table>
</CENTER>
</td></tr></table>
</body>
</html>