1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 05:27:45 +00:00

Base: Add a little hyperlink to the small HTML test page

This will be useful for testing rendering, hit testing, etc.
This commit is contained in:
Andreas Kling 2019-09-28 23:00:23 +02:00
parent fb4702dd49
commit 3ed41abba4

View file

@ -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>