diff options
Diffstat (limited to 'src/dotfiles/qutebrowser/startpage/index.html')
-rwxr-xr-x | src/dotfiles/qutebrowser/startpage/index.html | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/dotfiles/qutebrowser/startpage/index.html b/src/dotfiles/qutebrowser/startpage/index.html deleted file mode 100755 index 3f7a84c..0000000 --- a/src/dotfiles/qutebrowser/startpage/index.html +++ /dev/null @@ -1,16 +0,0 @@ -<!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> |