diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2024-09-21 00:24:21 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2024-09-21 00:24:21 -0400 |
commit | f8338b90dac9c048df2fedceb0984f5a5728d454 (patch) | |
tree | 55ab42ee35e1da6b446ef79ee540625784d511d4 /extension/tab.html | |
parent | 328eb7fd13b6267c04c1a430b9f4c011627c08f4 (diff) | |
download | bookmarks-home-f8338b90dac9c048df2fedceb0984f5a5728d454.tar.gz bookmarks-home-f8338b90dac9c048df2fedceb0984f5a5728d454.tar.bz2 bookmarks-home-f8338b90dac9c048df2fedceb0984f5a5728d454.zip |
Make a functional new tab extension
Diffstat (limited to '')
-rw-r--r-- | extension/tab.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/extension/tab.html b/extension/tab.html new file mode 100644 index 0000000..30a839a --- /dev/null +++ b/extension/tab.html @@ -0,0 +1,13 @@ +<!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> + |