Mercurial Hosting > chat
comparison src/index.html.luan @ 102:718933af3f40 default tip
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Tue, 08 Jul 2025 20:26:47 -0600 |
parents | 8c3b56bb0c83 |
children |
comparison
equal
deleted
inserted
replaced
101:0fc454beff08 | 102:718933af3f40 |
---|---|
118 <label>Person's email</label><br> | 118 <label>Person's email</label><br> |
119 <input type=email name=email required><br> | 119 <input type=email name=email required><br> |
120 <span error></span> | 120 <span error></span> |
121 </p> | 121 </p> |
122 <div buttons> | 122 <div buttons> |
123 <button onclick="closeModal(this)">Cancel</button> | 123 <button type=button onclick="closeModal(this)">Cancel</button> |
124 <button type=submit>Add</button> | 124 <button type=submit>Add</button> |
125 </div> | 125 </div> |
126 </form> | 126 </form> |
127 </dialog> | 127 </dialog> |
128 <input type="file" required onchange="loadedFile(this)"> | 128 <input type="file" required onchange="loadedFile(this)"> |