64d4c9f83e
This renames tests/integration to tests/end2end and moves some files to tests/end2end/fixtures.
14 lines
221 B
HTML
14 lines
221 B
HTML
<!DOCTYPE html>
|
|
|
|
<!-- target: hello.txt -->
|
|
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Simple link</title>
|
|
</head>
|
|
<body>
|
|
<a href="/data/hello.txt">Follow me!</a>
|
|
</body>
|
|
</html>
|