diff options
Diffstat (limited to '.config/startpage/index.html')
-rw-r--r-- | .config/startpage/index.html | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/.config/startpage/index.html b/.config/startpage/index.html deleted file mode 100644 index 205ece8..0000000 --- a/.config/startpage/index.html +++ /dev/null @@ -1,13 +0,0 @@ -<!DOCTYPE html> -<html> -<head> - <meta charset='utf-8'> - <title>New Tab</title> - <link rel='stylesheet' type='text/css' media='screen' href='colors.css'> - <link rel='stylesheet' type='text/css' media='screen' href='style.css'> - <script src="script.js" defer></script> -</head> -<body> - <div class="center"><h1 id="time"></h1></div> -</body> -</html> |