Skip to content

Commit

Permalink
Merge pull request #39 from Ashrockzzz2003/main
Browse files Browse the repository at this point in the history
Refactor titles of task related pages to follow 'Tasks | <page_specific_title>'.
  • Loading branch information
Abhinav-ark authored Sep 7, 2024
2 parents ade626f + 1b08835 commit dbcd190
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion currentWeek.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<script src="./tasks/tasksPE4.js"></script>
<script src="./tasks/tasksPE5.js"></script>
<script src="./tasks/tasksPE6.js"></script>
<title>Timetable CSEA Sem7</title>
<title>Tasks | Current Week</title>
<style>
body {
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion editTasks.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="icon" href="./timetable.png" type="image/x-icon" />
<link rel="manifest" href="./manifest.json" />
<link rel="apple-touch-icon" href="./timetable.png" />
<title>Tasks Editor</title>
<title>Tasks | Edit via JSON</title>
<!-- Include CodeMirror CSS -->
<link rel="stylesheet" href="./Assets/codemirror/codemirror.min.css">
<link rel="stylesheet" href="./Assets/codemirror/material.min.css">
Expand Down
2 changes: 1 addition & 1 deletion editTasksGUI.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="manifest" href="./manifest.json" />
<link rel="apple-touch-icon" href="./timetable.png" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
<title>Tasks Editor</title>
<title>Tasks | Edit via UI</title>
<style>
table{
border: 1px solid black;
Expand Down
2 changes: 1 addition & 1 deletion upcoming.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<script src="./tasks/tasksPE4.js"></script>
<script src="./tasks/tasksPE5.js"></script>
<script src="./tasks/tasksPE6.js"></script>
<title>Upcoming Tasks</title>
<title>Tasks | Upcoming</title>
<style>
body {
display: flex;
Expand Down

0 comments on commit dbcd190

Please sign in to comment.