blob: b4675afac081c4ae9ece3a4c505a17f272de2a97 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<!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>
|