diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-02-11 13:10:24 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-02-11 13:10:24 +0400 |
commit | a94719ad4a1151cc4f0700e73c1ca3b1b1b538d6 (patch) | |
tree | 232cb16745a895a7b20af072e652da7e1b660b5f /src/dotfiles/qutebrowser/startpage/index.html | |
parent | f9a758924918223b4ece9fcabb51e039d9ea5b1f (diff) |
qutebrowser with searx added
Diffstat (limited to 'src/dotfiles/qutebrowser/startpage/index.html')
-rwxr-xr-x | src/dotfiles/qutebrowser/startpage/index.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/dotfiles/qutebrowser/startpage/index.html b/src/dotfiles/qutebrowser/startpage/index.html new file mode 100755 index 0000000..3f7a84c --- /dev/null +++ b/src/dotfiles/qutebrowser/startpage/index.html @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <title>startpage</title> + <!--Custom CSS--> + <link rel="stylesheet" href="css/main.css"> +</head> +<body> + </div> + <div id="main" class="main"> + <div id="message"> + <h1 id="message-text">Qutebrowser</h1> + </div> + </body> +</html> |