diff options
Diffstat (limited to '.config/browsers/home.html')
-rw-r--r-- | .config/browsers/home.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.config/browsers/home.html b/.config/browsers/home.html new file mode 100644 index 0000000..2b4db6e --- /dev/null +++ b/.config/browsers/home.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html> + <head> + <title>joe's homepage</title> + <meta charset="UTF-8"> + <link rel="stylesheet" type="text/css" href="home.css"> + </head> + <body> + <h1>hey</h1> + </body> +</html> |