diff options
Diffstat (limited to 'frontend/index.html')
-rw-r--r-- | frontend/index.html | 14 |
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> |