diff options
| author | s-ol <s+removethis@s-ol.nu> | 2024-03-12 17:57:09 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2024-03-12 17:57:27 +0000 |
| commit | ab627790da4597e4addc1c7816b7516f366ec339 (patch) | |
| tree | d239cb7ea547eea57efc48e2413902447215de04 /web/index.html | |
| parent | web: basic styling for sidebar (diff) | |
| download | t937-serial-ab627790da4597e4addc1c7816b7516f366ec339.tar.gz t937-serial-ab627790da4597e4addc1c7816b7516f366ec339.zip | |
web: convert tabs to spaces
Diffstat (limited to 'web/index.html')
| -rw-r--r-- | web/index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/web/index.html b/web/index.html index ee91e01..9d55a13 100644 --- a/web/index.html +++ b/web/index.html @@ -45,6 +45,16 @@ <input type="checkbox" id="cool_mode" /> </div> </section> + <section class="grow"> + <h1>profiles</h1> + <div> + <button id="load" class="grow">load</button> + <button id="save" class="grow">save</button> + <button id="create" class="grow">create</button> + </div> + <select id="storedprofile" multiple class="grow"> + </select> + </section> </aside> <svg id="plot" /> <script type="module" src="main.js" ></script> |
