diff options
author | Louie S <louie@example.com> | 2023-04-03 20:04:52 -0700 |
---|---|---|
committer | Louie S <louie@example.com> | 2023-04-03 20:04:52 -0700 |
commit | d8c68fe9cc59f667478bb763cf690d8f771afa59 (patch) | |
tree | daab2a55b7b5e77fd138e1913ff7db6dd553f5e9 /frontend/index.html | |
parent | e45d210517ae56abfec61ce1a8db1fc6ed7c4b4b (diff) |
Fix refresh issue
Diffstat (limited to 'frontend/index.html')
-rw-r--r-- | frontend/index.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/frontend/index.html b/frontend/index.html index 4036645..4828dd9 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -16,13 +16,6 @@ <input type="search"></input> </td> </tr> - <tr> - <td scope="row"> - <button id="docset-example-parent" class="docset-parent"> - example.com - </button> - </td> - </tr> </table> <embed id="docset-page" type="text/html" src="./test.html"> </span> |