36 lines
775 B
HTML
Executable File
36 lines
775 B
HTML
Executable File
<html>
|
|
|
|
<head>
|
|
<title>main</title>
|
|
<link rel="stylesheet" href="css/login/styles_login.css" type="text/css">
|
|
</head>
|
|
|
|
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
|
|
|
|
|
|
|
|
<div class="Header">
|
|
<div>
|
|
<div>Willkommen</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="pat_list_box">
|
|
<p>
|
|
<table align="center" border="1" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="96%" height="90%">
|
|
<tr>
|
|
<td align="center">
|
|
<b>Hallo und Herzlich Willkommen zur Befülldatenbank</b>
|
|
<br />
|
|
<br />
|
|
<br />
|
|
Bitte treffen Sie im Menü ihre Auswahl!
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html> |