domani/static/index.html
2023-07-27 16:42:19 +02:00

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>