diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-09-28 23:00:23 +0200 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-09-28 23:00:47 +0200 |
commit | 3ed41abba4c9d8640431ac638c3a8143458428fa (patch) | |
tree | 2a82102da7954391f83f4b231ee59872554d8bae /Base | |
parent | fb4702dd497f31e2f63e5a6e99e0c74099972c02 (diff) | |
download | serenity-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.html | 1 |
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> |