Skip to content

Commit

Permalink
CDN updated
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelbyaj committed Feb 18, 2020
1 parent 2a2ea51 commit 609122d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ npm install sitepage.js

<script type="text/javascript" src="sitepage.min.js"></script>
```
### Optional use of CDN
If you prefer to use a CDN to load the needed files, sitePage.js is in CDNJS:
https://cdn.jsdelivr.net/npm/sitepage.js@2.0.0/dist/sitepage.min.js
https://cdn.jsdelivr.net/npm/sitepage.js@2.0.0/dist/style/sitepage.min.css

### Required HTML structure
Start your HTML document with the compulsory [HTML DOCTYPE declaration](http://www.corelangs.com/html/introduction/doctype.html) on the 1st line of your HTML code. You might have troubles with sections heights otherwise. The examples provided use HTML 5 doctype `<!DOCTYPE html>`.
Expand Down

0 comments on commit 609122d

Please sign in to comment.