mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-08-22 14:36:37 +00:00
15 lines
370 B
HTML
15 lines
370 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<meta content="text/html; charset=ISO-8859-1"
|
|
http-equiv="content-type">
|
|
<base href="http://a:b/">
|
|
<title>Bad BASE 1</title>
|
|
</head>
|
|
<body>
|
|
<h1>Bad BASE #1</h1>
|
|
<p>Pointer to a document that should be found in spite of
|
|
bad BASE: <a href="goodone.html">Good #1</a>.</p>
|
|
</body>
|
|
</html>
|