mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-24 08:39:59 -05:00
15 lines
397 B
HTML
15 lines
397 B
HTML
<html>
|
|
<head>
|
|
<title>outlinks</title>
|
|
</head>
|
|
<body>
|
|
<a href='baz/quux/../zuh'>baz/quux/../zuh</a>
|
|
<a href='fdjisapofdjisap#1'>fdjisapofdjisap#yessss</a>
|
|
<map name="fakemap">
|
|
<area href="fdjisapofdjisap#2">
|
|
<area href="./fdjisapofdjisap#1">
|
|
<area href="http://example.com/offsite">
|
|
</map>
|
|
</body>
|
|
</html>
|