Mercurial
comparison mrjunejune/src/notes/index.html @ 204:e5aed6c36672
[Notes] Added icons and updated styling a bit. Probalby usable now.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Sun, 15 Feb 2026 11:02:13 -0800 |
| parents | b9b184b3303c |
| children | 60918f88070e |
comparison
equal
deleted
inserted
replaced
| 203:92a57bd716c1 | 204:e5aed6c36672 |
|---|---|
| 131 <h1> | 131 <h1> |
| 132 Notes | 132 Notes |
| 133 <span class="note-id-display" id="note-id-display">index</span> | 133 <span class="note-id-display" id="note-id-display">index</span> |
| 134 </h1> | 134 </h1> |
| 135 <div class="notes-actions"> | 135 <div class="notes-actions"> |
| 136 <button onclick="showNewNoteDialog()" class="btn-primary">+ New Note</button> | 136 <button onclick="goHome()"> Home </button> |
| 137 <a href="/notes/" id="home-link">Home</a> | |
| 138 <button onclick="logout()" class="btn-danger">Logout</button> | 137 <button onclick="logout()" class="btn-danger">Logout</button> |
| 139 </div> | 138 </div> |
| 140 </div> | 139 </div> |
| 141 | 140 |
| 142 <div id="editor-container"></div> | 141 <div id="editor-container"></div> |