summaryrefslogtreecommitdiff
path: root/html/start.html
diff options
context:
space:
mode:
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>