Initial commit

This commit is contained in:
2022-11-21 09:47:28 +01:00
commit 76cec83d26
11652 changed files with 1980467 additions and 0 deletions

View File

@ -0,0 +1,15 @@
<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Frameset//EN' 'http://www.w3.org/TR/html4/frameset.dtd'>
<html>
<head>
<title>Frameset</title>
<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'>
</head>
<frameset rows='*,200' frameborder='NO' border='0' framespacing='0'>
<frame src="lue_inhalt.php?eid={$lue_ansicht_eid}&suchart={$lue_ansicht_suchart}&inhalt_hig={$lue_ansicht_inhalt_hig}" name='lue_main' noresize>
<frame src="lue_notizen.php?eid={$lue_ansicht_eid}" name='lue_notiz' scrolling='NO' noresize>
</frameset>
<noframes>
<body>
</body>
</noframes>
</html>