@nfrasser/simple-html-tokenizer
Version:
Simple HTML Tokenizer is a lightweight JavaScript library that can be used to tokenize the kind of HTML normally found in templates.
16 lines (15 loc) • 365 B
HTML
<html>
<head>
<meta charset="utf-8">
<title>QUnit Example</title>
<link rel="stylesheet" href="/tests/qunit.css">
</head>
<body>
<div id="qunit"></div>
<script src="/tests/qunit.js"></script>
<script src="/simple-html-tokenizer.js"></script>
<script src="/tests/tests.js"></script>
<script src="/testem.js"></script>
</body>
</html>