brozzler/tests/htdocs/site8/index.html

15 lines
397 B
HTML
Raw Permalink Normal View History

<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>