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

11 lines
284 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<meta charset=utf-8>
<title>Demo</title>
2021-04-26 13:13:30 +00:00
<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>