Echo/node_modules/hogan.js/inheritance.html

16 lines
242 B
HTML
Raw Normal View History

2021-02-11 21:31:41 +08:00
<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>