summaryrefslogtreecommitdiff
path: root/Base/www/other.html
blob: b0c5dcb34ba050d640546ab4027d491190aa80f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
    <head><title>WebServer other page!</title></head>
    <body>
        <h1>SerenityOS WebServer other page!</h1>
        <p>
            <b>Holy moly!</b>
        </p>
        <p>
            This is not even index.html, how neat is that! :^)
        </p>
        <p>
            Maybe you want to go <a href="index.html">back to index.html</a>?
        </p>
    </body>
</html>