mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-04 21:04:41 +00:00
13 lines
383 B
HTML
13 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>
|