source: de.wigbels.ruby/contact/app/views/cleanlooks/index.html @ 7b7d827

Last change on this file since 7b7d827 was 7b7d827, checked in by njw <njw@…>, 10 years ago

opened projects: hothotwrite and contact

  • Property mode set to 100644
File size: 1.6 KB
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml">
3<head>
4<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
5<title>Clean Looks</title>
6<link href="style.css" rel="stylesheet" type="text/css" />
7</head>
8
9<body>
10<div id="container">
11<div id="header">
12<h1>wigbels.de/contact</h1>
13<h2>remember us <em>sometimes...</em></h2>
14<br />
15<hr />
16
17</div> <!-- end header -->
18
19<div class="spacer"></div>
20<div id="left">
21
22<div id="leftcontent">
23
24        <ul>
25                <li>Navigation</li>
26                <li><a href="#">Link One</a></li>
27                <li><a href="#">Link Two</a></li>
28                <li><a href="#">Link Three</a></li>
29                <li><a href="#">Link Four</a></li>
30        </ul>
31<p>&nbsp;</p>
32<h3>News</h3>
33<p class="news">08/2007 | Projektstart<br />09/2007 | Go Live</p>
34</div> <!-- end left content -->
35</div> <!-- end left division -->
36<div id="main">
37<div id="maincontent">
38
39<h3 class="top_main_heading">Place heading here</h3>
40<table>
41<tr>
42<th>Kopfzelle</th>
43<th>Kopfzelle</th>
44</tr>
45<tr>
46<td>Datenzelle</td>
47<td>Datenzelle</td>
48</tr>
49</table>
50</div> <!-- end main content section -->
51</div> 
52<div id="footer"><div class="spacer"></div>
53<hr />
54<p class="left">| <a href="http://jigsaw.w3.org/css-validator/">CSS</a> | <a href="http://validator.w3.org/check?uri=referer">XHTML 1.1</a> |</p>
55<p class="right">application by Norbert Wigbels &copy;2007; design by Matt Hollis &copy;2006</p>
56<p>&nbsp;</p>
57</div> <!-- end footer -->
58
59</div> <!-- end container -->
60</body>
61
62</html>
Note: See TracBrowser for help on using the repository browser.