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

11 lines
272 B
HTML
Raw Normal View History

<!DOCTYPE html>
2021-01-23 22:38:00 +00:00
<html>
<meta charset=utf-8>
<title>Demo</title>
2021-12-11 15:56:45 +00:00
<script src="node_modules/@syndicate-lang/core/dist/syndicate.js"></script>
2021-01-23 22:38:00 +00:00
<script src="index.js"></script>
<h1>Look in the JavaScript console for output.</h1>
<main id="main">
</main>
</html>