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

17 lines
630 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='lieder_auswahl.php' name='suche' marginwidth='0' marginheight='0' scrolling='auto' noresize>
<frame src='lied_optionen.php' name='inhaltframe' id="inhaltframe" 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>