11 lines
301 B
HTML
11 lines
301 B
HTML
<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>
|