diff options
author | Jonas Kohl | 2024-09-04 20:10:41 +0200 |
---|---|---|
committer | Jonas Kohl | 2024-09-04 20:10:41 +0200 |
commit | 5d4652e6bc0009b32bfe1b1a4fc9b7431cd8fe88 (patch) | |
tree | a4d6256bbf8f746a3a88ebb7596ae035a9a5d6ff /index.html |
Initial commit
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..a050399 --- /dev/null +++ b/index.html @@ -0,0 +1,17 @@ +<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> +<body bgcolor="black" text="white" link="yellow" vlink="yellow" alink="red"> + +<table width="100%" height="100%" cellspacing="0" cellpadding="0"><tr> + <td valign="middle" align="center"> + <b>Klicken Sie auf das Bild, um die Seite zu betreten!</b><br><br> + <a href="frames.html"><img border="0" src="images/TITEL2.jpg"></a> + </td> +</tr></table> +</body> +</html> |