12 lines
383 B
HTML
12 lines
383 B
HTML
<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> |