-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (16 loc) · 727 Bytes
/
index.html
File metadata and controls
21 lines (16 loc) · 727 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!-- Include Simpla, Netlify auth adapter, and cross-browser polyfill-->
<script src="https://unpkg.com/simpla@^3.0.0"></script>
<script src="https://unpkg.com/simpla@^3.0.0/adapters/netlify.js"></script>
<script src="https://unpkg.com/webcomponents.js@^0.7.24/webcomponents-lite.min.js" async></script>
<!-- Init Simpla -->
<script>
Simpla.init({
// The Github repo you want Simpla to use
repo: 'celilo/Simpla',
// Netlify auth adapter, initialize with your Netlify site name
auth: new SimplaNetlify({ site: 'infallible-easley-a61ed7' }),
// Public content source (optional)
// Defaults to fetching directly from Github
source: 'https://infallible-easley-a61ed7.netlify.com'
});
</script>