create-modulo
Version:
Starter projects for Modulo.html - Ready for all uses - Markdown-SSG / SSR / API-backed SPA
16 lines (13 loc) • 466 B
HTML
<title>My Modulo App</title>
<meta charset="utf8">
<script src="static/Modulo.html"></script>
<x-Page slotclass="page-content">
<h1>“My Modulo App”</h1>
<p>This is an example page with a demo app using an API. This file can be
edited at <tt>app-example.html</tt></p>
<p>The <tt>x-App</tt> "Single Page App" component can be edited in
<tt>static/components/App.html</tt></p>
<hr />
<x-App></x-App>
</x-Page>