Update index.html

This commit is contained in:
2025-02-25 15:32:21 -06:00
committed by GitHub
parent 33115483da
commit 7d59604c2b
@@ -24,15 +24,7 @@
<button type="submit">Login</button>
</form>
</div>
<div id="note-management">
<h2>Note Management</h2>
<input type="text" id="note-input" placeholder="Write your note here..." />
<button id="save-note">Save Note</button>
<button id="load-notes">Load Notes</button>
<button id="get-user-metadata">Get User Metadata</button>
<ul id="notes-list" style="margin-top: 20px;"></ul>
</div>
</div>
<script src="app.js"></script>
</body>
</html>
</html>