skik/index_frame.htm
2023-02-27 10:20:09 +01:00

23 lines
662 B
HTML
Executable File

<html>
<head>
<title>Sprachkurse / Interkulturelle Kompetenzen der Hochschule Ludwigsburg</title>
</head>
<frameset framespacing="0" border="0" frameborder="0" rows="64,*">
<frame name="Banner" scrolling="no" noresize target="Inhalt" src="topframe.php">
<frameset cols="184,*">
<frame name="Inhalt" target="Hauptframe" scrolling="no" src="menuframe.htm" noresize>
<frame name="kurshaupt" scrolling="auto" src="hauptframe.php" target="_self">
</frameset>
<noframes>
<body>
<p>Diese Seite verwendet Frames. Frames werden von Ihrem Browser aber nicht
unterst&uuml;tzt.</p>
</body>
</noframes>
</frameset>
</html>