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