summaryrefslogtreecommitdiff
path: root/includes/desktop/site.php
blob: 78fab8318c48d369bd489e3baefcca69653f6d81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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>