diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2024-12-18 09:51:01 +0100 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2024-12-18 09:51:01 +0100 |
| commit | d7772a3381a83aabc4851af7b433f095f6be789c (patch) | |
| tree | b3d8b310565dc33b92844bdf332dd3d78496bb35 /src/display.html | |
| parent | 9c52c65a98912e595d357f909dd07cdf50487ee8 (diff) | |
display: Support multiple urls
Diffstat (limited to 'src/display.html')
| -rw-r--r-- | src/display.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/display.html b/src/display.html index 64df6b7..8dbec8e 100644 --- a/src/display.html +++ b/src/display.html @@ -51,6 +51,7 @@ <div id="banner"> <span id="status">No file loaded</span> <input type="file" name="file" id="file" accept=".json, application/json"> + <select id="url"></select> </div> <div id="frame_container"> <iframe id="frame"></iframe> |
