diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2024-09-27 22:07:43 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2024-09-27 22:07:43 -0400 |
commit | 2ef0f398c918ae64f490c559d44c5204f049243d (patch) | |
tree | a6910196f0eb77d1595ef3627b6baf27c7a1a235 /extension/tab.html | |
parent | 467116bc270cc3a46f9a7570f77ec79fb6ccc386 (diff) | |
download | bookmarks-home-2ef0f398c918ae64f490c559d44c5204f049243d.tar.gz bookmarks-home-2ef0f398c918ae64f490c559d44c5204f049243d.tar.bz2 bookmarks-home-2ef0f398c918ae64f490c559d44c5204f049243d.zip |
REACT
Diffstat (limited to '')
-rw-r--r-- | extension/tab.html | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/extension/tab.html b/extension/tab.html deleted file mode 100644 index 30a839a..0000000 --- a/extension/tab.html +++ /dev/null @@ -1,13 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> - <head> - <title>Bookmarks Home</title> - <link rel="stylesheet" href="style.css"> - </head> - <body> - <img src="images/icon-128.png"> - <h1>Bookmarks Home</h1> - <span>BEYOND THE BAR</span> - </body> -</html> - |