10 lines
226 B
HTML
10 lines
226 B
HTML
|
<html>
|
||
|
<body>
|
||
|
<h1>INDEX</h1>
|
||
|
<p>This is the index page.</p>
|
||
|
<p>Check out <a href="/foo.html">foo</a>.</p>
|
||
|
<p>Check out <a href="/subdir/bar.html">bar</a>.</p>
|
||
|
<img src="/penguin.jpg" />
|
||
|
</body>
|
||
|
</html>
|