diff options
| author | erdgeist <> | 2008-06-09 09:50:14 +0000 |
|---|---|---|
| committer | erdgeist <> | 2008-06-09 09:50:14 +0000 |
| commit | 9fdcbd4b3d3cfcbacd524cef699277a8d0ef9a6b (patch) | |
| tree | b4143fa54c5ca33ddbec4e800091be022f0370b2 /ajax.html | |
Mailreader kickoff
Diffstat (limited to 'ajax.html')
| -rw-r--r-- | ajax.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/ajax.html b/ajax.html new file mode 100644 index 0000000..f0ab4a2 --- /dev/null +++ b/ajax.html | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" | ||
| 2 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | ||
| 3 | |||
| 4 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | ||
| 5 | <head> | ||
| 6 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> | ||
| 7 | |||
| 8 | <title>anonbox mail reader :: Chaos Computer Club</title> | ||
| 9 | <link rel="stylesheet" href="style.css" type="text/css" media="screen" charset="iso8859-1" /> | ||
| 10 | <script type="text/javascript" src="prototype-1.6.0.2.js"></script> | ||
| 11 | <script type="text/javascript" src="parsemail.js"></script> | ||
| 12 | <script type="text/javascript" src="encoding.js"></script> | ||
| 13 | </head> | ||
| 14 | <body> | ||
| 15 | <div id="header"><a href="https://www.ccc.de/"><img class="knotenmain" src="l_chaosknoten_1.png"/></a><img class="knoten" src="l_chaosknoten_23a.png"/></div> | ||
| 16 | <div id="content"> | ||
| 17 | <p>If you can read this text, you either do not have received any messages or your JavaScript is disabled.</p> | ||
| 18 | </div> | ||
| 19 | <div id="footer">This service brought to you by <a href="https://www.ccc.de/">Chaos Computer Club, Germany</a> </div> | ||
| 20 | </body> | ||
| 21 | </html> | ||
