diff options
Diffstat (limited to 'lib/LuaBridge/index.html')
-rw-r--r-- | lib/LuaBridge/index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/LuaBridge/index.html b/lib/LuaBridge/index.html new file mode 100644 index 0000000..5b10a29 --- /dev/null +++ b/lib/LuaBridge/index.html @@ -0,0 +1,9 @@ +<!-- Simple redirect to bring up the reference manual. --> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<html> +<head> +<title>LuaBridge Reference Manual</title> +<meta http-equiv="REFRESH" content="0;url=Manual.html"></HEAD> +<BODY> +Redirecting to the <a HREF="Manual.html">LuaBridge reference manual</a>. +</BODY> |