summaryrefslogtreecommitdiff
path: root/src/display.html
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@spawned.biz>2024-12-18 09:51:01 +0100
committerJoel Klinghed <the_jk@spawned.biz>2024-12-18 09:51:01 +0100
commitd7772a3381a83aabc4851af7b433f095f6be789c (patch)
treeb3d8b310565dc33b92844bdf332dd3d78496bb35 /src/display.html
parent9c52c65a98912e595d357f909dd07cdf50487ee8 (diff)
display: Support multiple urls
Diffstat (limited to 'src/display.html')
-rw-r--r--src/display.html1
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>