60 lines
1.3 KiB
HTML
60 lines
1.3 KiB
HTML
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>Test Stuff</title>
|
||
|
<link href="../styles.css" type="text/css" rel="stylesheet" />
|
||
|
</head><body>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
<div class="bonbon_menu">
|
||
|
<p><strong>Menu</strong></p>
|
||
|
|
||
|
<ul>
|
||
|
<li><a href="../index.html">home</a></li>
|
||
|
<li><a href="../contact.html">contact</a></li>
|
||
|
<li><span class="selected"><a href="index.html">test</a></span></li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
<div class="bonbon_content">
|
||
|
<h1>Textile content demo page</h1>
|
||
|
|
||
|
<p>This is some <strong>test</strong> content written in Textile.</p>
|
||
|
|
||
|
<ul>
|
||
|
<li>An item in a bulleted (unordered) list</li>
|
||
|
<li>Another item in a bulleted list</li>
|
||
|
</ul>
|
||
|
|
||
|
<table>
|
||
|
<tr>
|
||
|
<td>Cell 1</td>
|
||
|
<td>Cell 2</td>
|
||
|
<td>Cell 3</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>Cell 1</td>
|
||
|
<td>Cell 2</td>
|
||
|
<td>Cell 3</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
<h1>An <span class="caps">HTML</span> first-level heading</h1>
|
||
|
|
||
|
<p>En dan wat tekst.</p>
|
||
|
|
||
|
<h2>An <span class="caps">HTML</span> second-level heading</h2>
|
||
|
|
||
|
<p>En nog wat meer.</p>
|
||
|
|
||
|
<h3>An <span class="caps">HTML</span> third-level heading</h3>
|
||
|
|
||
|
<p>Textile is best wel handig.</p>
|
||
|
</div>
|
||
|
<div class="bonbon_sidebar">
|
||
|
</div>
|
||
|
</body></html>
|