summaryrefslogtreecommitdiff
path: root/frontend/index.html
diff options
context:
space:
mode:
authorLouie S <louie@example.com>2023-04-03 20:40:22 -0700
committerLouie S <louie@example.com>2023-04-03 20:40:22 -0700
commit11a36b7782a950e14a8ddcc59a2d80fe6408f51c (patch)
tree4ca7e5af7cc1e84d9c4fa8964501a720424beadc /frontend/index.html
parentd8c68fe9cc59f667478bb763cf690d8f771afa59 (diff)
Changes to HTML layout
Diffstat (limited to 'frontend/index.html')
-rw-r--r--frontend/index.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/frontend/index.html b/frontend/index.html
index 4828dd9..44e988f 100644
--- a/frontend/index.html
+++ b/frontend/index.html
@@ -10,13 +10,13 @@
<h1>Dash Docset Viewer</h1>
</div>
<span id="main-body">
- <table id="searchbar">
- <tr>
- <td scope="col">
- <input type="search"></input>
- </td>
- </tr>
- </table>
+ <div id="sidebar">
+ <input type="search" id="searchbar"></input>
+ <table id="docset-table">
+ <tbody>
+ </tbody>
+ </table>
+ </div>
<embed id="docset-page" type="text/html" src="./test.html">
</span>