Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavin-OP committed May 25, 2024
1 parent 45fe790 commit eda2d79
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
20 changes: 10 additions & 10 deletions component/common/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@
<div class="dropdown">
<span class="dropdown-toggle">Timetable</span>
<div class="dropdown-content">
<a href="/component/page/cukh_timetable/timetable_19T1.html">2019-20 Term 1</a>
<a href="/component/page/cukh_timetable/timetable_19T2.html">2019-20 Term 2</a>
<a href="/component/page/cukh_timetable/timetable_20T1.html">2020-21 Term 1</a>
<a href="/component/page/cukh_timetable/timetable_20T2.html">2020-21 Term 2</a>
<a href="/component/page/cukh_timetable/timetable_21T1.html">2021-22 Term 1</a>
<a href="/component/page/cukh_timetable/timetable_21T2.html">2021-22 Term 2</a>
<a href="/component/page/cukh_timetable/timetable_22T1.html">2022-23 Term 1</a>
<a href="/component/page/cukh_timetable/timetable_23T1.html">2023-24 Term 1</a>
<a href="/component/page/cukh_timetable/timetable_23T2.html">2023-24 Term 2</a>
<a href="/component/page/cukh_timetable/timetable-lxy.html">2023-24 Term 2 HCH</a>
<a href="/component/page/cuhk_timetable/timetable_19T1.html">2019-20 Term 1</a>
<a href="/component/page/cuhk_timetable/timetable_19T2.html">2019-20 Term 2</a>
<a href="/component/page/cuhk_timetable/timetable_20T1.html">2020-21 Term 1</a>
<a href="/component/page/cuhk_timetable/timetable_20T2.html">2020-21 Term 2</a>
<a href="/component/page/cuhk_timetable/timetable_21T1.html">2021-22 Term 1</a>
<a href="/component/page/cuhk_timetable/timetable_21T2.html">2021-22 Term 2</a>
<a href="/component/page/cuhk_timetable/timetable_22T1.html">2022-23 Term 1</a>
<a href="/component/page/cuhk_timetable/timetable_23T1.html">2023-24 Term 1</a>
<a href="/component/page/cuhk_timetable/timetable_23T2.html">2023-24 Term 2</a>
<a href="/component/page/cuhk_timetable/timetable-lxy.html">2023-24 Term 2 HCH</a>
</div>

</div>
Expand Down
6 changes: 3 additions & 3 deletions component/page/cuhk_timetable/timetable_23T1.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
</script>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="icon" href="../../image/avatar.ico" />
<link rel="icon" href="../../../image/avatar.ico" />
<title>2023-24 Term1 Timetable</title>
<link rel="stylesheet" type="text/css" href="../../css/timetable.css">
<link rel="stylesheet" type="text/css" href="../../../css/timetable.css">

<!-- return icon stylesheet -->
<link rel="stylesheet" type="text/css" href="../../css/navbar.css">
<link rel="stylesheet" type="text/css" href="../../../css/navbar.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<script src="https://kit.fontawesome.com/814179a032.js" crossorigin="anonymous"></script>
</head>
Expand Down
6 changes: 3 additions & 3 deletions component/page/cuhk_timetable/timetable_23T2.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
</script>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="icon" href="../../image/avatar.ico" />
<link rel="icon" href="../../../image/avatar.ico" />
<title>2023-24 Term2 Timetable</title>
<link rel="stylesheet" type="text/css" href="../../css/timetable.css">
<link rel="stylesheet" type="text/css" href="../../../css/timetable.css">

<!-- return icon stylesheet -->
<link rel="stylesheet" type="text/css" href="../../css/navbar.css">
<link rel="stylesheet" type="text/css" href="../../../css/navbar.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<script src="https://kit.fontawesome.com/814179a032.js" crossorigin="anonymous"></script>
</head>
Expand Down

0 comments on commit eda2d79

Please sign in to comment.