diff options
author | Jonas Kohl | 2024-09-06 22:58:09 +0200 |
---|---|---|
committer | Jonas Kohl | 2024-09-06 22:58:09 +0200 |
commit | 661c9edfa2c3b1bb4d752a9e26a97eb8da98bb27 (patch) | |
tree | f6f9e8bb2007781aff25459a20e7efd23568fac9 /index.html | |
parent | 9ab1b5cc52d020bc22994756fe9238bfe4038b0e (diff) |
Skip intro page if on mobile
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/index.html b/index.html deleted file mode 100644 index 8963144..0000000 --- a/index.html +++ /dev/null @@ -1,18 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//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> -<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="site.php"><img border="0" src="images/TITEL2.jpg"></a> - </td> -</tr></table> -</body> -</html> |