-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
modified doc file to support version 1.0.2
- Loading branch information
1 parent
9623bb4
commit 593a71a
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
<title>slideon</title> | ||
<link rel="stylesheet" href="style.css" /> | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Sofia" /> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/shaheenhyderk/[email protected].1/slideon.css" /> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/shaheenhyderk/[email protected].2/slideon.css" /> | ||
<link rel="stylesheet" | ||
href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.3/gh-fork-ribbon.min.css" /> | ||
</head> | ||
|
@@ -90,8 +90,8 @@ <h3 class="subheading">CDN</h3> | |
</p> | ||
<div class="codearea"> | ||
<div class="area2"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/shaheenhyderk/[email protected].1/slideon.css"/> | ||
<script src="https://cdn.jsdelivr.net/gh/shaheenhyderk/[email protected].1/slideon.js"></script> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/shaheenhyderk/[email protected].2/slideon.css"/> | ||
<script src="https://cdn.jsdelivr.net/gh/shaheenhyderk/[email protected].2/slideon.js"></script> | ||
</div> | ||
</div> | ||
<h3 class="subheading">Standalone</h3> | ||
|
@@ -321,7 +321,7 @@ <h3 class="head"><b>License</b></h3> | |
|
||
<footer><br><br></footer> | ||
</div> | ||
<script src="../slideon.js"></script> | ||
<script src="https://cdn.jsdelivr.net/gh/shaheenhyderk/[email protected]/slideon.js"></script> | ||
<script> | ||
var slideon = new Slideon() | ||
slideon.load() | ||
|