mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03:00
d01b97b50a
<!DOCTYPE> by itself is not a valid document type declaration.
19 lines
521 B
HTML
19 lines
521 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head><title>WebServer start page!</title></head>
|
|
<body>
|
|
<h1>SerenityOS WebServer start page!</h1>
|
|
<p>
|
|
<b>Congratulations!</b>
|
|
</p>
|
|
<p>
|
|
If you are reading this in a browser, I think we may have
|
|
succeeded! Unless of course you just loaded the local file
|
|
in your browser (cheater!) :^)
|
|
</p>
|
|
<p>
|
|
Try this <a href="other.html">link</a> to another page!
|
|
</p>
|
|
</body>
|
|
</html>
|