first commit

This commit is contained in:
aschwarz
2023-04-26 13:17:21 +02:00
commit 535741001e
1612 changed files with 820287 additions and 0 deletions

View File

@ -0,0 +1,12 @@
<html>
<head>
<link rel="stylesheet" href="templates/{$global_template}/css/styles_pc.php" type="text/css">
<meta http-equiv="Content-Language" content="de">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>{$global_titel}</title>
<base target="Inhalt">
</head>
<body class="farbe" id='farbe1' >
<p class="titel"><b>{$global_titel}</b></p>
</body>
</html>