blob: b3b4cd99b2938d453013e39099e8bb4f4b542c8f (
plain)
1
2
3
4
5
6
7
8
|
<html>
<head><title>Small test page</title></head>
<body bgcolor="#408080" text="#ffffff">
<h1 title="This is a heading" >Hello friends!</h1>
<p>This is a <b>very small</b> test page :^)</p>
<p>Visit the <a title="This is a link" href="http://www.serenityos.org/">SerenityOS home page</a> today!</p>
</body>
</html>
|