first commit

This commit is contained in:
aschwarz
2023-03-09 11:22:13 +01:00
commit 1bf9923edf
1745 changed files with 298896 additions and 0 deletions

36
templates/modern/testbox.html Executable file
View File

@ -0,0 +1,36 @@
<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<65>lldatenbank</b>
<br />
<br />
<br />
Bitte treffen Sie im Men<65> ihre Auswahl!
</td>
</tr>
</table>
</div>
</body>
</html>