aboutsummaryrefslogtreecommitdiff
path: root/examples/http-server/sample-site/index.html
blob: 8e1573bbd1b0c399cee2c647aad0758d8ddbc734 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE HTML>
<html>
  <head>
    <title>HTTP Example</title>
    <link rel="stylesheet" href="styles.css">
  </head>
  <body>
    <p>
    Hello <b>world!</b>
    </p>

    <p>
    Try going to <a href="/random">/random</a> or <a href="/foo">/foo</a> or <a href="/hello.txt">/hello.txt</a>
    </p>
  </body>
</html>