-
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
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 |
---|---|---|
|
@@ -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> | ||
|
@@ -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> |