Skip to content

Commit 99b5804

Browse files
Update account.html
1 parent 821072d commit 99b5804

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

account.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ <h2>📒 Make a note</h2>
3333
<h2>🕑 Add a Schedule</h2>
3434
<span style="margin-left: 12px;">Schedule Name</span><span style="margin-left: 30%;">Scheduled for when</span>
3535
<p></p>
36-
<input type="text" id="schedule" name="schedule" placeholder="Write Schedule Name" width="50"><input type="date" id="dateScehduled" name="date" style="border-top-left-radius: 0px; border-bottom-left-radius: 0px; height: 15px;"/><button id="checkUsername" onclick="newSchedule()">+ Add Schedule</button>
36+
<input type="text" id="schedule" name="schedule" placeholder="Write Schedule Name" width="50"><input type="date" id="dateScehduled" name="date" style="border-top-left-radius: 0px; border-bottom-left-radius: 0px; height: 15px;"/><button id="checkUsername" onclick="newSchedule()" disabled>+ Add Schedule</button>
3737
</div>
3838
</div>
3939
</div>
4040
<script src="app.js"></script>
4141
</body>
42-
</html>
42+
</html>

0 commit comments

Comments
 (0)