summaryrefslogtreecommitdiff
path: root/frames.html
diff options
context:
space:
mode:
authorJonas Kohl <git@jonaskohl.de>2024-09-06 13:19:19 +0200
committerJonas Kohl <git@jonaskohl.de>2024-09-06 13:19:19 +0200
commit2d8a37e7ac46aa100f2e460b024d21bae2883f5b (patch)
treef845d1f13c9fa6487b07bcb0d908ffa13463cdf8 /frames.html
parent4da448fe73005e3f3a57671575f99555793adb06 (diff)
Move from SSI to PHP
Diffstat (limited to 'frames.html')
-rw-r--r--frames.html27
1 files changed, 0 insertions, 27 deletions
diff --git a/frames.html b/frames.html
deleted file mode 100644
index 04d3f54..0000000
--- a/frames.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<!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/start.html" 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