syndicate-js/packages/syndicatec/examples/typescript/index.html

11 lines
284 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>