diff options
| author | kj_sh604 | 2026-02-14 00:50:52 -0500 |
|---|---|---|
| committer | kj_sh604 | 2026-02-14 00:50:52 -0500 |
| commit | 77b70110791b7ea01b8889ccee3bda4c4adaf868 (patch) | |
| tree | 445cc6860317fd60bae69045225aec79f9bf1e20 | |
| parent | 2891c9243ae29071784ac09731b8745b99e30744 (diff) | |
refactor: remove redundant wording
| -rw-r--r-- | demoware/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demoware/index.html b/demoware/index.html index ce93e4e..434ccf5 100644 --- a/demoware/index.html +++ b/demoware/index.html | |||
| @@ -16,7 +16,7 @@ | |||
| 16 | 16 | ||
| 17 | <h2>1. add files</h2> | 17 | <h2>1. add files</h2> |
| 18 | <div id="drop-zone"> | 18 | <div id="drop-zone"> |
| 19 | drop <code>.pptx</code> files here — or click to browse | 19 | drop <code>.pptx</code> files here |
| 20 | </div> | 20 | </div> |
| 21 | <input type="file" id="file-input" multiple accept=".pptx" style="margin-top:0.5rem;"> | 21 | <input type="file" id="file-input" multiple accept=".pptx" style="margin-top:0.5rem;"> |
| 22 | 22 | ||
