1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 01:07:35 +00:00

Base: Rename the "html" test directory to "www"

It was conflicting with the html program and I'm too lazy to deal with
that right now. :^)
This commit is contained in:
Andreas Kling 2019-10-01 20:16:09 +02:00
parent d481ae95b5
commit 53db492aba
3 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,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>