-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
13 additions
and
13 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 |
---|---|---|
|
@@ -6,6 +6,8 @@ | |
<link rel=icon href=https://centerkey.com/graphics/bookmark.png> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/all.min.css> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/[email protected]/dist/reset.min.css> | ||
<script defer src=https://cdn.jsdelivr.net/npm/[email protected]/dist/dna-engine.min.js></script> | ||
<script defer src=https://cdn.jsdelivr.net/npm/[email protected]/dist/lib-x.min.js></script> | ||
|
||
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> | ||
<!-- hljs-enhance --> | ||
|
@@ -19,9 +21,9 @@ | |
<!-- --> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/styles/docco.min.css> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/[email protected]/hljs-enhance.css> | ||
<script src=https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js></script> | ||
<script src=https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/languages/http.min.js></script> | ||
<script src=https://cdn.jsdelivr.net/npm/[email protected]/hljs-enhance.js></script> | ||
<script defer src=https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js></script> | ||
<script defer src=https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/languages/http.min.js></script> | ||
<script defer src=https://cdn.jsdelivr.net/npm/[email protected]/hljs-enhance.js></script> | ||
<!-- --> | ||
<!-- Style theme listing (and example css filenames): --> | ||
<!-- https://highlightjs.org/static/demo --> | ||
|
@@ -155,7 +157,5 @@ <h2>Adds a little extra stuff to highlight.js</h2> | |
</p> | ||
</footer> | ||
|
||
<script src=https://cdn.jsdelivr.net/npm/[email protected]/dist/dna-engine.min.js></script> | ||
<script src=https://cdn.jsdelivr.net/npm/[email protected]/dist/lib-x.min.js></script> | ||
</body> | ||
</html> |
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 |
---|---|---|
|
@@ -12,9 +12,9 @@ Paste the HTML below into the <head> section: | |
<!-- --> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/styles/docco.min.css> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/[email protected]/hljs-enhance.css> | ||
<script src=https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js></script> | ||
<script src=https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/languages/http.min.js></script> | ||
<script src=https://cdn.jsdelivr.net/npm/[email protected]/hljs-enhance.js></script> | ||
<script defer src=https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js></script> | ||
<script defer src=https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/languages/http.min.js></script> | ||
<script defer src=https://cdn.jsdelivr.net/npm/[email protected]/hljs-enhance.js></script> | ||
<!-- --> | ||
<!-- Style theme listing (and example css filenames): --> | ||
<!-- https://highlightjs.org/static/demo --> | ||
|
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
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