linkchecker/lconline/index.html
2000-07-10 12:29:08 +00:00

12 lines
383 B
HTML

<!doctype html public "-//w3c//dtd html 4.0//en">
<html><head>
<title>LinkChecker Online</title>
</head>
<frameset rows="40%,60%" border="1" frameborder="0" framespacing="0">
<frame name="formular" src="lc_cgi.html" noresize frameborder="0">
<frame name="links" src="leer.html" noresize frameborder="0">
<noframes>
Please use a frame capable browser.
</noframes>
</frameset>
</html>