Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
futuretk authored Nov 8, 2024
1 parent 6d8c3ee commit c4dd5f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="https://felix-guan.github.io/public/img/FG.png" sizes="32x32">
<link rel="icon" href="https://futuretk.github.io/public/img/FG.png" sizes="32x32">
<!-- 上述3个meta标签*必须*放在最前面,任何其他内容都*必须*跟随其后! -->
<title>FutureTK</title>
<!-- Bootstrap -->
<!--<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">-->
<link rel="stylesheet" type="text/css" href="https://felix-guan.github.io/public/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="https://futuretk.github.io/public/css/bootstrap.min.css">
</head>

<body>
Expand Down Expand Up @@ -190,10 +190,10 @@ <h4>联系方式:[email protected]</h4>

<!-- jQuery (Bootstrap 的所有 JavaScript 插件都依赖 jQuery,所以必须放在前边) -->
<!--<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js"></script>-->
<script charset="utf-8" type="text/javascript" src="https://felix-guan.github.io/public/js/jquery.min.js"></script>
<script charset="utf-8" type="text/javascript" src="https://futuretk.github.io/public/js/jquery.min.js"></script>
<!-- 加载 Bootstrap 的所有 JavaScript 插件。你也可以根据需要只加载单个插件。 -->
<!--<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"></script>-->
<script charset="utf-8" type="text/javascript" src="https://felix-guan.github.io/public/js/bootstrap.min.js"></script>
<script charset="utf-8" type="text/javascript" src="https://futuretk.github.io/public/js/bootstrap.min.js"></script>
<!--TODO:底部固定页面导航条-->
</body>
</html>

0 comments on commit c4dd5f0

Please sign in to comment.