This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///c%3A/Users/andre/Desktop/Unity/prototype-1/Assets/Scripts/FollowPlayer.cs","entries":[{"id":"BI9p.cs","timestamp":1736116092385},{"id":"F0TA.cs","source":"Undo Close Prompt Bar","timestamp":1736116171432},{"id":"66T3.cs","source":"Undo Accept Diff","timestamp":1736116228567},{"id":"Kdm5.cs","timestamp":1736116401850},{"id":"7u97.cs","timestamp":1736117566448},{"id":"8mG5.cs","source":"Undo Accept Diff","timestamp":1736117640457}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="myDIV" class="header"> | |
<h2>My To Do List</h2> | |
<input type="text" id="myInput" placeholder="Title..."> | |
<span onclick="newElement()" class="addBtn">Add</span> | |
</div> | |
<ul id="myUL"> | |
<li>Hit the gym</li> | |
<li class="checked">Pay bills</li> | |
<li>Meet Miranda</li> |