diff options
author | Andreas Kling <kling@serenityos.org> | 2020-06-02 22:05:03 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-06-02 22:05:29 +0200 |
commit | ffae239e91bf0299b785f734875d473ad40bcc9e (patch) | |
tree | dd4c5564baab738cdd55593cb97dc750c7086895 /Base/home/anon | |
parent | e651af21f8ab88e6046a34daee392c0c153f596b (diff) | |
download | serenity-ffae239e91bf0299b785f734875d473ad40bcc9e.zip |
Base: Fix bad URL in welcome page
Diffstat (limited to 'Base/home/anon')
-rw-r--r-- | Base/home/anon/www/welcome.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Base/home/anon/www/welcome.html b/Base/home/anon/www/welcome.html index 46e8aa17af..5c6b5b081b 100644 --- a/Base/home/anon/www/welcome.html +++ b/Base/home/anon/www/welcome.html @@ -28,7 +28,7 @@ span#ua { <p>Your user agent is: <b><span id="ua"></span></b></p> <p>Some small test pages:</p> <ul> - <li><a href="many.html">many buggies</a></li> + <li><a href="many-buggies.html">many buggies</a></li> <li><a href="palette.html">system palette color css extension</a></li> <li><a href="inline-block-link.html">link inside display: inline-block</a></li> <li><a href="set-interval.html">setInterval() test</a></li> |