diff options
Diffstat (limited to 'jarmonbuild/yuidoc_template/index.tmpl')
-rw-r--r-- | jarmonbuild/yuidoc_template/index.tmpl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/jarmonbuild/yuidoc_template/index.tmpl b/jarmonbuild/yuidoc_template/index.tmpl new file mode 100644 index 0000000..0d4f505 --- /dev/null +++ b/jarmonbuild/yuidoc_template/index.tmpl @@ -0,0 +1,9 @@ +<html> +<head> + <script type="text/javascript"> + document.location.replace("${cleansedmodulename}.html"); + </script> +</head> +<body> +</body> +</html> |