64d4c9f83e
This renames tests/integration to tests/end2end and moves some files to tests/end2end/fixtures.
11 lines
219 B
HTML
11 lines
219 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>A link to use hints on</title>
|
|
</head>
|
|
<body>
|
|
<a href="/data/hello.txt" target="_blank">Follow me!</a>
|
|
</body>
|
|
</html>
|