mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-24 16:49:56 -05:00
10 lines
243 B
HTML
10 lines
243 B
HTML
<html>
|
|
<head>
|
|
<title>redirected page with hashtags test</title>
|
|
</head>
|
|
<body>
|
|
<a href="redirect.html#hash1">redirect.html#hash1</a>
|
|
<a href="redirect.html#hash2">redirect.html#hash2</a>
|
|
</body>
|
|
</html>
|