mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-18 13:30:23 +00:00
13 lines
No EOL
345 B
HTML
13 lines
No EOL
345 B
HTML
<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> |