diff options
Diffstat (limited to 'www/sqlite.html')
-rw-r--r-- | www/sqlite.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/sqlite.html b/www/sqlite.html new file mode 100644 index 0000000..bcbc3c8 --- /dev/null +++ b/www/sqlite.html @@ -0,0 +1,10 @@ +<html> +<head> +<meta http-equiv="refresh" content="0; ./cli.html"> +</head> +<!-- The "cli.html" page used to be called "sqlite.html". This is a replace + "sqlite.html" page that automatically redirects to the new "cli.html" --> +<body> +Redirect to <a href="./cli.html">./cli.html</a> +</body> +</html> |