aboutsummaryrefslogtreecommitdiff
path: root/files/index.html
blob: 3a1c80cdc8d9f37b682e7f9fafa14b2af9deb2a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
  <head>
    <title>Test</title>
  </head>
  <body>
    <h1>Server</h1>
    <p>This is a paragraph</p>
    <a href="/test/test1.html">Test 1</a>
  </body>
</html>