summaryrefslogtreecommitdiff
path: root/pages/about.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 /pages/about.html
parent4da448fe73005e3f3a57671575f99555793adb06 (diff)
Move from SSI to PHP
Diffstat (limited to 'pages/about.html')
-rw-r--r--pages/about.html67
1 files changed, 0 insertions, 67 deletions
diff --git a/pages/about.html b/pages/about.html
deleted file mode 100644
index 7d25dbf..0000000
--- a/pages/about.html
+++ /dev/null
@@ -1,67 +0,0 @@
-<!--#set var="PAGE_TITLE" value="Ueber"-->
-<!--#include virtual="../includes/template_head_start.html"-->
-<style type="text/css">
-<!--
-textarea, input {
- font: 10pt Courier, monospace;
- background: #362d25;
- color: white;
- border: 1px solid;
- border-color: #0f0c0a #53483d #53483d #0f0c0a;
- padding: 4px;
-}
-button {
- font: 12pt/1 Times, serif;
- background: #362d25;
- color: white;
- border: 1px solid;
- border-color: #53483d #0f0c0a #0f0c0a #53483d;
- padding: 4px;
-}
--->
-</style>
-<!--#include virtual="../includes/template_head_end.html"-->
-
-<h1>&Uuml;ber die Mystic House Corner</h1>
-
-<p>
-Die Mystic House Corner ist ein Projekt, um m&ouml;glichst viele Inhalte zu dem
-PC-Spiel <i>Mystic House</i> (1997) und der zugehörigen Engine, deren Entstehung
-und deren Entwicklern zu dokumentieren.
-</p>
-
-<p>
-Mystic House Corner: Ein Projekt von Jan W. und Jonas K.
-</p>
-
-<h2>Kontakt</h2>
-
-<form action="/cgi/contact.php" method="post" accept-charset="UTF-8">
- <input name="utf8" type="hidden" value="&#x2713;">
- <table>
- <tr><th align="left">Ihre eMail-Adresse:</th></tr>
- <tr><td><input type="text" name="email" size="40"></td></tr>
-
- <tr><th align="left">Ihr Name:</th></tr>
- <tr><td><input type="text" name="name" size="40"></td></tr>
-
- <tr><th align="left">Betreff:</th></tr>
- <tr><td><input type="text" name="subject" size="40"></td></tr>
-
- <tr><th align="left">Ihre Nachricht:</th></tr>
- <tr><td><textarea name="message" cols="40" rows="8"></textarea></td></tr>
-
- <tr><th align="left">CAPTCHA:</th></tr>
- <tr><td>
- <iframe src="/cgi/captcha.php" border="0" frameborder="0" width="256" height="64" name="captchafr"></iframe>
- <br>
- <small><a href="/cgi/captcha.php" target="captchafr">Neues Bild</a></small>
- <br>
- <input type="text" name="captcha" id="input-captcha" size="40">
- </td></tr>
-
- <tr><td><button type="submit">Absenden</button></td></tr>
- </table>
-</form>
-
-<!--#include virtual="../includes/template_end.html"-->