summaryrefslogtreecommitdiff
path: root/pages/about.html
blob: 242fed21db96b65f5253e0079b0d1d3ca19cb230 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!--#set var="PAGE_TITLE" value="Ueber"-->
<!--#include virtual="../includes/template_start.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">
    <table>
        <tr><th align="left">Ihre eMail-Adresse:</th></tr>
        <tr><td><input type="text" name="email" size="36"></td></tr>

        <tr><th align="left">Ihr Name:</th></tr>
        <tr><td><input type="text" name="name" size="36"></td></tr>

        <tr><th align="left">Betreff:</th></tr>
        <tr><td><input type="text" name="subject" size="36"></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" required="required" size="36">
        </td></tr>

        <tr><td><button type="submit">Absenden</button></td></tr>
    </table>
</form>

<!--#include virtual="../includes/template_end.html"-->