diff options
Diffstat (limited to 'docs/build/node_modules/hogan.js/test/index.html')
| -rw-r--r-- | docs/build/node_modules/hogan.js/test/index.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/build/node_modules/hogan.js/test/index.html b/docs/build/node_modules/hogan.js/test/index.html new file mode 100644 index 000000000..6f0e7438b --- /dev/null +++ b/docs/build/node_modules/hogan.js/test/index.html @@ -0,0 +1,13 @@ +<html> +<head> + <title>test</title> + <script src="https://raw.github.com/douglascrockford/JSON-js/master/json2.js"></script> +</head> +<body> + <code id="console"></code> + <script>var Hogan = {};</script> + <script src="../lib/template.js"></script> + <script src="../lib/compiler.js"></script> + <script src="./index.js"></script> +</body> +</html>
\ No newline at end of file |
