Skip to content

Commit

Permalink
3.1.1 version update
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelbyaj committed Apr 3, 2022
1 parent c1dc5cb commit 3f3fefa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ npm install sitepage.js
```
### Optional use of CDN
```html
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected].0/dist/sitepage.min.js"></script>
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/[email protected].0/dist/style/sitepage.min.css" />
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/sitepage.min.js"></script>
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/[email protected].1/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 3f3fefa

Please sign in to comment.