Skip to content

Commit

Permalink
Deploying to gh-pages from @ 71c1f17 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Niranjan-Formant committed Mar 7, 2024
1 parent 7ca3f85 commit 8fb871a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion assets/index-ClgCTNm9.css → assets/index-DSI1oRX8.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions assets/index-DBh07r-Z.js → assets/index-Drzm3DSS.js

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Task Configurator</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css">
<script type="module" crossorigin src="/task-recorder/assets/index-DBh07r-Z.js"></script>
<link rel="stylesheet" crossorigin href="/task-recorder/assets/index-ClgCTNm9.css">
<script type="module" crossorigin src="/task-recorder/assets/index-Drzm3DSS.js"></script>
<link rel="stylesheet" crossorigin href="/task-recorder/assets/index-DSI1oRX8.css">
</head>
<body>

Expand All @@ -16,22 +16,22 @@

<div id="taskModal" class="modal">
<div class="modal-content">
<span class="close button">&times;</span>
<h2>Add Task</h2>
<div class="task-input-container">
<input type="text" id="taskInput" placeholder="Enter Task">
<button id="addTaskBtn" class="icon-button"><i class="fas fa-plus"></i></button>

</div>
<ul id="tasksList"></ul>
<!-- Done button at the bottom -->
<button id="doneBtn" class="modal-button">Done</button>
</div>
</div>

<h1 style="text-align: center;" >Mark Your Daily Progress</h1>
<h3 id="noTasksMessage" style="text-align: center; display: none;">Add some tasks!</h3>

<div id="tasksContainer">

<h3 id="noTasksMessage" style="text-align: center; display: none;">Add some tasks!</h3>

<!-- Tasks will be populated here -->
</div>

Expand Down

0 comments on commit 8fb871a

Please sign in to comment.