domani/static/index.html

10 lines
226 B
HTML
Raw Normal View History

<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>