Leitgedanken/templates/standard/lieder/liedanzeige_frame.html
2022-11-21 09:47:28 +01:00

16 lines
686 B
HTML

<HTML>
<HEAD>
<TITLE>Lieder personalisieren</TITLE>
<META NAME='description' CONTENT='Beschreibung'>
<META NAME='keywords' CONTENT='Suchworte'>
</HEAD>
<frameset cols='*,300' border='1' frameborder='1' framespacing='0'>
<frame src='liedanzeige.php?load={$liedanzeige_frame_load}' name='suche' marginwidth='0' marginheight='0' scrolling='auto' noresize>
<frame src='liednotizen.php?load={$liedanzeige_frame_load}' name='liedcomment' id="liedcomment" marginwidth='0' marginheight='0' scrolling='auto' noresize>
<noframes>
<body>Erstellt mit dem Frames-Generator von Dauerstress <a href='http://www.dauerstress.de'>kostenlose Homepage erstellen</a></body>
</noframes>
</frameset>
</HTML>