Mercurial Hosting > chat
comparison src/index.html.luan @ 83:a47036fd0158
group chat
| author | Franklin Schmidt <fschmidt@gmail.com> |
|---|---|
| date | Tue, 11 Mar 2025 13:56:59 -0600 |
| parents | b5a316575e64 |
| children | 3053a4fc10be |
comparison
equal
deleted
inserted
replaced
| 82:0bc5e0d098f7 | 83:a47036fd0158 |
|---|---|
| 109 <div people></div> | 109 <div people></div> |
| 110 <div buttons> | 110 <div buttons> |
| 111 <button onclick="closeModal(this)">Close</button> | 111 <button onclick="closeModal(this)">Close</button> |
| 112 </div> | 112 </div> |
| 113 </dialog> | 113 </dialog> |
| 114 <dialog add> | |
| 115 <h2>Add Someone to Chat</h2> | |
| 116 <form action="javascript:addToChat()"> | |
| 117 <p> | |
| 118 <label>Person's email</label><br> | |
| 119 <input type=email name=email required><br> | |
| 120 <span error></span> | |
| 121 </p> | |
| 122 <div buttons> | |
| 123 <button onclick="closeModal(this)">Cancel</button> | |
| 124 <button type=submit>Add</button> | |
| 125 </div> | |
| 126 </form> | |
| 127 </dialog> | |
| 114 <input type="file" required onchange="loadedFile(this)"> | 128 <input type="file" required onchange="loadedFile(this)"> |
| 115 <script> | 129 <script> |
| 116 'use strict'; | 130 'use strict'; |
| 117 | 131 |
| 118 <% | 132 <% |
