Update index.html
This commit is contained in:
@@ -24,14 +24,6 @@
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user