summaryrefslogtreecommitdiff
path: root/Base
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-09-28 23:00:23 +0200
committerAndreas Kling <awesomekling@gmail.com>2019-09-28 23:00:47 +0200
commit3ed41abba4c9d8640431ac638c3a8143458428fa (patch)
tree2a82102da7954391f83f4b231ee59872554d8bae /Base
parentfb4702dd497f31e2f63e5a6e99e0c74099972c02 (diff)
downloadserenity-3ed41abba4c9d8640431ac638c3a8143458428fa.zip
Base: Add a little hyperlink to the small HTML test page
This will be useful for testing rendering, hit testing, etc.
Diffstat (limited to 'Base')
-rw-r--r--Base/home/anon/small.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/Base/home/anon/small.html b/Base/home/anon/small.html
index eebdeadb19..f4031689e9 100644
--- a/Base/home/anon/small.html
+++ b/Base/home/anon/small.html
@@ -3,5 +3,6 @@
<body bgcolor="#408080" text="#ffffff">
<h1>Hello friends!</h1>
<p>This is a <b>very small</b> test page :^)</p>
+ <p>Visit the <a href="http://www.serenityos.org/">SerenityOS home page</a> today!</p>
</body>
</html>