syndicate-js/examples/how-to-use-syndicate-ts-plugin/index.html

11 lines
272 B
HTML

<!DOCTYPE html>
<html>
<meta charset=utf-8>
<title>Demo</title>
<script src="node_modules/@syndicate-lang/core/dist/syndicate.js"></script>
<script src="index.js"></script>
<h1>Look in the JavaScript console for output.</h1>
<main id="main">
</main>
</html>