9 lines
162 B
HTML
9 lines
162 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>Don't hit this url</title>
|
||
|
</Head>
|
||
|
<body bgcolor=#ffffff>
|
||
|
<h3>Insert Content Here</h3>
|
||
|
You can't hit that url with a browser.
|
||
|
</body>
|
||
|
</html>
|