mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
8 lines
352 B
HTML
8 lines
352 B
HTML
<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>
|