Echo/node_modules/hogan.js/inheritance.html
2021-02-11 21:31:41 +08:00

16 lines
242 B
HTML

<html>
<head>
<title>inheritance test</title>
</head>
<script>var Hogan = {};</script>
<script src="./lib/template.js"></script>
<script src="./lib/compiler.js"></script>
<script src="inheritance.js"></script>
<body>
hmm
</body>
</html>