|
|
@ -6,9 +6,9 @@
|
|
|
|
### how you add a page to the webquilt
|
|
|
|
### how you add a page to the webquilt
|
|
|
|
1. go to the web/quilt/quilt.hml file and add yourself to a sepcific location
|
|
|
|
1. go to the web/quilt/quilt.hml file and add yourself to a sepcific location
|
|
|
|
2. add the js-code and css-file to your page:
|
|
|
|
2. add the js-code and css-file to your page:
|
|
|
|
|
|
|
|
```
|
|
|
|
<script src="https://issue.xpub.nl/23/quilt/quilt.js" data-cutFileName="false" data-cutFileName="false"></script>
|
|
|
|
<script src="https://issue.xpub.nl/23/quilt/quilt.js" data-cutFileName="false" data-cutFileName="false"></script>
|
|
|
|
<link rel="stylesheet" type="text/css" href="https://issue.xpub.nl/23/quilt/quilt.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="https://issue.xpub.nl/23/quilt/quilt.css">
|
|
|
|
|
|
|
|
```
|
|
|
|
3. start quilting
|
|
|
|
3. start quilting
|
|
|
|
|
|
|
|
|
|
|
|