index.html 345 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
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>