-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
1 changed file
with
6 additions
and
6 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 |
---|---|---|
|
@@ -19,11 +19,11 @@ | |
<link rel="shortcut icon" type="image/x-icon" id="favicon"><!-- There is no need to set the page icon manually --> | ||
|
||
<!-- Load style files from jsDelivr - Default --> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/combine/gh/hifocus/merger@latest/assets/styles/spectre.css/spectre-modified.min.css,gh/hifocus/merger@latest/assets/styles/style.min.css"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/combine/gh/hifocus/merger@0.25/assets/styles/spectre.css/spectre-modified.min.css,gh/hifocus/merger@0.25/assets/styles/style.min.css"> | ||
|
||
<!-- Load style files from local --> | ||
<!-- <link rel="stylesheet" href="assets/styles/spectre.css/spectre-modified.min.css"> | ||
<link rel="stylesheet" href="assets/styles/style.min.css"> --> | ||
<!-- <link rel="stylesheet" href="https://unpkg.zhimg.com/[email protected]/assets/styles/spectre.css/spectre-modified.min.css"> | ||
<link rel="stylesheet" href="https://unpkg.zhimg.com/[email protected]/assets/styles/style.min.css"> --> | ||
</head> | ||
|
||
<body> | ||
|
@@ -121,14 +121,14 @@ <h2 id="name"></h2> | |
<!-- Footer Scripts --> | ||
<!-- Please do not swap orders --> | ||
<!-- Load Javascript files from jsDelivr - Default --> | ||
<script src="https://cdn.jsdelivr.net/combine/npm/jquery@3,gh/lrsjng/[email protected]/dist/jquery-qrcode.min.js,npm/blueimp-md5@2/js/md5.min.js,gh/hifocus/merger@latest/assets/js/function.min.js,gh/hifocus/merger@latest/assets/js/font_974919_xgtacm93vxp.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/combine/npm/jquery@3,gh/lrsjng/[email protected]/dist/jquery-qrcode.min.js,npm/blueimp-md5@2/js/md5.min.js,gh/hifocus/merger@0.25/assets/js/function.min.js,gh/hifocus/merger@0.25/assets/js/font_974919_xgtacm93vxp.min.js"></script> | ||
|
||
<!-- Load Javascript files from local --> | ||
<!-- <script src="https://unpkg.zhimg.com/jquery@3/dist/jquery.min.js"></script> | ||
<script src="https://unpkg.zhimg.com/jquery-qrcode2@latest/dist/jquery-qrcode.min.js"></script> | ||
<script src="https://unpkg.zhimg.com/blueimp-md5@2/js/md5.min.js"></script> | ||
<script src="assets/js/function.min.js"></script> | ||
<script src="assets/js/font_974919_xgtacm93vxp.min.js"></script> --> | ||
<script src="https://unpkg.zhimg.com/[email protected]/assets/js/function.min.js"></script> | ||
<script src="https://unpkg.zhimg.com/[email protected]/assets/js/font_974919_xgtacm93vxp.min.js"></script> --> | ||
</body> | ||
|
||
</html> |