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

14 lines
312 B
HTML
Raw Permalink Normal View History

<!DOCTYPE html>
2021-01-19 14:13:42 +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-19 14:13:42 +00:00
<script src="index.js"></script>
<h1>Look in the JavaScript console for output.</h1>
<main id="main">
</main>
<script>
2021-12-02 23:55:42 +00:00
Main.boot();
2021-01-19 14:13:42 +00:00
</script>
</html>