syndicate-js/examples/how-to-use-syndicatec-javas.../index.html

14 lines
324 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>
<script>
Main.boot();
</script>
</html>