64d4c9f83e
This renames tests/integration to tests/end2end and moves some files to tests/end2end/fixtures.
13 lines
274 B
HTML
13 lines
274 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Navigate</title>
|
|
</head>
|
|
<body>
|
|
<p>Index page</p>
|
|
<a href="/data/navigate/prev.html">previous</a>
|
|
<a href="/data/navigate/next.html">next</a>
|
|
</body>
|
|
</html>
|