-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
20 lines (20 loc) · 845 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<header style="text-align: center; max-width: 640px; margin: 0 auto">
<h1 style="font-size: 2.5rem; font-weight: 200; font-family: monospace; letter-spacing: 1px">
<b>CMS</b>velte!
</h1>
<p style="font-family: monospace; font-size: 1rem">A Svelte template with CMS's in mind.</p>
<p style="font-family: monospace; font-size: 1rem">
<a href="https://github.com/sawyerclick/CMSvelte" target="_blank">README.md</a> for detailed
instructions
</p>
<p style="font-family: monospace; font-size: 1rem">
<a href="https://github.com/sawyerclick/CMSvelte/blob/master/EXAMPLE.md" target="_blank"
>EXAMPLE.md</a
>
for an example embed :~)
</p>
</header>
<figure data-cmsvelte="castle-img"></figure>
<figure data-cmsvelte="bar-chart"></figure>
<figure data-cmsvelte="ai2html"></figure>
<script type="module" src="/src/main.ts"></script>