Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 7d59604

Browse files
Update index.html
1 parent 3311548 commit 7d59604

File tree

1 file changed

+1
-9
lines changed
  • WebGames-master/WebGames-master/userlogins-for-fun-miles-main

1 file changed

+1
-9
lines changed

WebGames-master/WebGames-master/userlogins-for-fun-miles-main/index.html

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,7 @@ <h2>Login</h2>
2424
<button type="submit">Login</button>
2525
</form>
2626
</div>
27-
<div id="note-management">
28-
<h2>Note Management</h2>
29-
<input type="text" id="note-input" placeholder="Write your note here..." />
30-
<button id="save-note">Save Note</button>
31-
<button id="load-notes">Load Notes</button>
32-
<button id="get-user-metadata">Get User Metadata</button>
33-
<ul id="notes-list" style="margin-top: 20px;"></ul>
34-
</div>
3527
</div>
3628
<script src="app.js"></script>
3729
</body>
38-
</html>
30+
</html>

0 commit comments

Comments
 (0)