summaryrefslogtreecommitdiff
path: root/html/start.html
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2012-03-19 12:51:31 +0000
committerXavier Roche <xroche@users.noreply.github.com>2012-03-19 12:51:31 +0000
commit25adbdabb47499fe641c7bd9595024ff82667058 (patch)
tree4200bb5e746bc1c0606de615ec99f0a247d4d9ba /html/start.html
parentad5b7acc19290ff91e0f42a0de448a26760fcf99 (diff)
httrack 3.30.1
Diffstat (limited to 'html/start.html')
-rw-r--r--html/start.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/html/start.html b/html/start.html
new file mode 100644
index 0000000..fb66ab3
--- /dev/null
+++ b/html/start.html
@@ -0,0 +1,16 @@
+<html>
+
+<head>
+<title>HTTrack documentation</title>
+<script language="JavaScript">
+<!--
+window.open("index.html","WinHTTrackHelp","toolbar=yes,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");
+document.close();
+window.close();
+// -->
+</script>
+
+<body>
+HTTrack documentation
+</body>
+</html>