summaryrefslogtreecommitdiff
path: root/frames.php
diff options
context:
space:
mode:
Diffstat (limited to 'frames.php')
-rw-r--r--frames.php27
1 files changed, 27 insertions, 0 deletions
diff --git a/frames.php b/frames.php
new file mode 100644
index 0000000..4424e1e
--- /dev/null
+++ b/frames.php
@@ -0,0 +1,27 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN">
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+ <meta http-equiv="imagetoolbar" content="no">
+ <title>Mystic House Corner</title>
+ <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
+</head>
+<frameset rows="0,*" frameBorder="0" border="0" noresize>
+ <frame src="nomusic.html" name="music" frameBorder="0" border="0" noresize>
+ <frameset rows="96,*" frameBorder="0" border="0" noresize framespacing="0">
+ <frame src="navtop.html" frameBorder="0" border="0" noresize scrolling="no">
+ <frameset cols="120,*" frameBorder="0" border="0" noresize framespacing="0">
+ <frame src="navside.html" frameBorder="0" border="0" noresize scrolling="no">
+ <frame src="pages/<?= htmlentities(urlencode($_GET["p"] ?? "start.php")) ?>" name="main" frameBorder="0" border="0" noresize>
+ </frameset>
+ </frameset>
+ <noframes>
+ <table cellspacing="0" cellpadding="2" bgcolor="maroon"><tr><td>
+ <table cellspacing="0" cellpadding="16" bgcolor="pink"><tr><td>
+ <font face="Arial" size="3" color="maroon"><b>Oh nein, Ihr Browser unterst&uuml;tzt keine Frames!</b></font><br>
+ <font face="Arial" size="2" color="maroon">Bitte nutzen Sie einen WWW-Browser, der Frames unterst&uuml;tzt!</font>
+ </td></tr></table>
+ </td></tr></table>
+ </noframes>
+</frameset>
+</html> \ No newline at end of file