<!DOCTYPE html>

<!-- target: hello.txt -->

<html>
    <head>
        <meta charset="utf-8">
        <title>Simple link</title>
    </head>
    <body>
        <a href="/data/hello.txt" id="link">Follow me!</a>
    </body>
</html>