Skip to content

Commit

Permalink
fix: fix the reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianyi Wang committed Oct 5, 2023
1 parent f997343 commit 25ca8e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>2023-lzu-china</title>
<link href="./css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<script src="./js/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
<link href="./css/bootstrap.min.css" rel="stylesheet">
<script src="./js/jquery-3.7.1.min.js"></script>
<script src="./js/jquery.mousewheel.js"></script>
<style>
body{
Expand Down
4 changes: 2 additions & 2 deletions pages/team/Members.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>2023-lzu-china</title>
<link href="../../css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<script src="../../js/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
<link href="../../css/bootstrap.min.css" rel="stylesheet" >
<script src="../../js/jquery-3.7.1.min.js"></script>
<script src="../../js/jquery.mousewheel.js"></script>
<style>
body{
Expand Down

0 comments on commit 25ca8e5

Please sign in to comment.