改为调用本地css和js文件
This commit is contained in:
parent
cc2218515e
commit
8b9ccc1ac7
16
index.html
16
index.html
|
@ -14,8 +14,8 @@
|
|||
<meta name="description" content="一个简单美观可自定义的网址导航" />
|
||||
<link rel="shortcut icon" href="favicon.ico">
|
||||
<!-- 注意!为了优化演示站访问速度下方两行引用的是CDN上的CSS文件地址,请修改为自己的样式文件地址 -->
|
||||
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/appexplore/jianavi/css/style.css" />
|
||||
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/appexplore/jianavi/css/yidong.css" />
|
||||
<link rel="stylesheet" type="text/css" href="css/style.css" />
|
||||
<link rel="stylesheet" type="text/css" href="css/yidong.css" />
|
||||
<!-- 本项目开源地址:https://github.com/appexplore/jianavi 请勿完全抄袭源码,请勿声明自己是原创 -->
|
||||
</head>
|
||||
|
||||
|
@ -58,7 +58,7 @@
|
|||
<li><a href="https://www.amap.com/" class="link-3" target="_blank" rel="nofollow">地图</a></li>
|
||||
<li><a href="https://translate.google.cn/" class="link-3" target="_blank" rel="nofollow">翻译</a>
|
||||
</li>
|
||||
<li><a href="https://hao.qq.com/qita/youxiang.html" class="link-3" target="_blank"
|
||||
<li><a href="http://www.hao123.com/mail" class="link-3" target="_blank"
|
||||
rel="nofollow">邮箱</a></li>
|
||||
<li><a href="https://www.runoob.com/" class="link-3" target="_blank" rel="nofollow">菜鸟教程</a>
|
||||
</li>
|
||||
|
@ -93,7 +93,7 @@
|
|||
<li><a href="https://www.youku.com/" class="link-3" target="_blank" rel="nofollow">优酷</a></li>
|
||||
<li><a href="https://music.163.com/" class="link-3" target="_blank" rel="nofollow">音乐</a></li>
|
||||
<li><a href="https://dianying.fm/" class="link-3" target="_blank" rel="nofollow">电影FM</a></li>
|
||||
<li><a href="https://www.dikotv.com/" class="link-3" target="_blank" rel="nofollow">顶空影视</a>
|
||||
<li><a href="https://ddrk.me/" class="link-3" target="_blank" rel="nofollow">低端影视</a>
|
||||
</li>
|
||||
<li><a href="http://www.zzzfun.com/" class="link-3" target="_blank" rel="nofollow">ZzzFun</a>
|
||||
</li>
|
||||
|
@ -164,7 +164,7 @@
|
|||
<!-- 开源不易,请保留下方本项目开源地址 -->
|
||||
<!-- 如果您不愿意保留下方本项目开源地址,请打赏并留言您的网址 >> https://afdian.net/@appts -->
|
||||
|
||||
<div class="footer1">Copyright © 2021
|
||||
<div class="footer1">Copyright © 2022
|
||||
<a href="https://www.appts.cn/" style="color:#ffffff;" target="_blank" rel="nofollow">软件探索 </a>
|
||||
<!-- 请保留下方开源地址-->
|
||||
<a href="https://github.com/appexplore/jianavi" style="color:#ffffff;" target="_blank"
|
||||
|
@ -172,7 +172,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="footer">Copyright © 2021
|
||||
<div class="footer">Copyright © 2022
|
||||
<a href="https://www.appts.cn/" style="color:#ffffff;" target="_blank" rel="nofollow">软件探索 </a>
|
||||
<!-- 请保留下方开源地址-->
|
||||
<a href="https://github.com/appexplore/jianavi" style="color:#ffffff;" target="_blank"
|
||||
|
@ -182,8 +182,8 @@
|
|||
</div>
|
||||
|
||||
<!-- 注意!为了优化演示站访问速度下方两行引用的是CDN上的js文件地址,请修改为自己的样式文件地址 -->
|
||||
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/appexplore/jianavi/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/appexplore/jianavi/js/js.min.js"></script>
|
||||
<script type="text/javascript" src="js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="js/js.min.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue