Reworked version of website, now with a nice CSS.
[fripost-web.git] / contact.html
blobfaa67b13c5f0c95701169e5349e08dd308f9336a
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
2 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
3 <html>
4 <head>
5 <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
6 <meta name="description" content="description"/>
7 <meta name="keywords" content="keywords"/>
8 <meta name="author" content="author"/>
9 <link rel="stylesheet" type="text/css" href="default.css" media="screen"/>
10 <title>FRIPOST – FREE MAILING</title>
11 </head>
12 <body>
14 <div class="header">
15 <h1>Fripost</h1>
16 </div>
18 <div class="navigation">
19 <a href="index.html">Start</a>
20 <a href="membership.html">Join</a>
21 <a href="contact.html">Contact</a>
22 <div class="clearer"><span></span></div>
23 </div>
25 <div class="container">
26 <div class="content">
28 <h1>Contact us</h1>
30 <p>Send an email to our president <a href"mailto:skangas@skangas.se?subject=Fripost,%20joining">Stefan Kangas</a>,
31 <a href"mailto:skangas@skangas.se?subject=Fripost,%20joining"><tt>skangas@skangas.se</tt></a>.
33 <div class="divider"></div>
35 <div class="footer">
36 &copy; 2006 <a href="index.html">Website</a>. Valid <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> &amp; <a href="http://validator.w3.org/check?uri=referer">XHTML</a>. Design by <a href="http://arcsin.se">Arcsin</a>
37 </div>
39 </div>
41 </body>
42 </html>