summaryrefslogtreecommitdiffstats
path: root/third_party/rust/warp/examples/dir/index.html
blob: cb86323446584dc93c92174e60c2f25a7f1f864e (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
    <head>
        <title>dir/index.html</title>
    </head>
    <body>
        <h1>Welcome to Dir</h1>
        <a href="/another.html">another page</a>
    </body>
</html>