diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-07-20 20:18:30 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-07-20 20:18:30 +0400 |
commit | 73e31b79de25298a519671ef8b6c2ab68af9c87e (patch) | |
tree | fafbc2e405247cd1c9b1106d6346a5767071e14f /dotfiles/qutebrowser/startpage/index.html | |
parent | ac76d8699e3979353cd82136323e1e0afee4bba2 (diff) |
directory layout changed
Diffstat (limited to 'dotfiles/qutebrowser/startpage/index.html')
-rwxr-xr-x | dotfiles/qutebrowser/startpage/index.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dotfiles/qutebrowser/startpage/index.html b/dotfiles/qutebrowser/startpage/index.html new file mode 100755 index 0000000..3f7a84c --- /dev/null +++ b/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> |