Initial commit
This commit is contained in:
17
templates/standard/lieder/lieder_personalisieren.html
Normal file
17
templates/standard/lieder/lieder_personalisieren.html
Normal file
@ -0,0 +1,17 @@
|
||||
<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>
|
Reference in New Issue
Block a user