13 lines
309 B
HTML
13 lines
309 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" rel="nofollow prev">bla</a>
|
||
|
<a href="/data/navigate/next.html" rel="nofollow next">blub</a>
|
||
|
</body>
|
||
|
</html>
|