diff options
author | Andy Belle-Isle <drumsetmonkey@gmail.com> | 2019-08-28 00:57:57 -0400 |
---|---|---|
committer | Andy Belle-Isle <drumsetmonkey@gmail.com> | 2019-08-28 00:57:57 -0400 |
commit | 85fb2bff38b2ef6cb17e86c5f602ee09a365b117 (patch) | |
tree | a8066d33233ec9b6a2b9bb281a1de040ab96be7b /lib/LuaBridge/index.html | |
parent | 787393dd86d6c37b5680847dd4eef14406a86687 (diff) |
Added LuaBridge support
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> |