mirror of
https://github.com/Theodor-Springmann-Stiftung/documentamusica.git
synced 2025-10-29 17:15:32 +00:00
Saving the website
This commit is contained in:
32
src/html/de-katalog-beethoven.html
Normal file
32
src/html/de-katalog-beethoven.html
Normal file
@@ -0,0 +1,32 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
|
||||
<meta http-equiv="content-language" content="de">
|
||||
<meta name="copyright" content="Documenta musica (C) 2005">
|
||||
<link rel="shortcut icon" href="../bilder/favicon.ico" type="image/x-icon">
|
||||
<title>Wolf's Thematic Index - Beethoven Catalog</title>
|
||||
<script language="javascript">
|
||||
<!--
|
||||
function framecall() {
|
||||
var adressanhang = location.search;
|
||||
if (adressanhang)
|
||||
frames.inhalt.location.href=adressanhang.substring(1,adressanhang.length);
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</head>
|
||||
<frameset rows="60,*,60" border="0" frameborder="0" framespacing="0" onload="framecall()">
|
||||
<frame name="oben" scrolling="no" noresize src="logo-oben.html">
|
||||
<frame name="inhalt" scrolling="auto" noresize src="de-katalog-beethoven-inhalt.html" target="_self">
|
||||
<frame name="unten" scrolling="no" noresize target="inhalt" src="de-katalog-menu.html">
|
||||
<noframes>
|
||||
<body>
|
||||
<p>
|
||||
Diese Seite verwendet Frames. Frames werden von Ihrem Browser aber nicht
|
||||
unterst<73>tzt.
|
||||
</p>
|
||||
</body>
|
||||
</noframes>
|
||||
</frameset>
|
||||
</html>
|
||||
Reference in New Issue
Block a user