diff options
author | boringcactus <36940461+boringcactus@users.noreply.github.com> | 2018-06-02 12:25:42 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-02 12:25:42 -0500 |
commit | bc8f3e3bfe695efb08562746d905c524824c7fda (patch) | |
tree | b7a364cf5ffe3aa5d1bb412404de14671e27cf7c | |
parent | c9111e73ca29af49cbcfb8dec630bf0546d32677 (diff) | |
download | boringcactus.com-bc8f3e3bfe695efb08562746d905c524824c7fda.tar.gz boringcactus.com-bc8f3e3bfe695efb08562746d905c524824c7fda.zip |
Create index.html
-rw-r--r-- | index.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..6d24eea --- /dev/null +++ b/index.html @@ -0,0 +1,17 @@ +<!DOCTYPE html> +<html> +<head> +<title>boringcactus</title> +<style> +/* stolen from evenbettermotherfucking.website */ +body {margin: 5% auto; background: #f2f2f2; color: #444444; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.8; text-shadow: 0 1px 0 #ffffff; max-width: 60em;} +code {background: white;} +a {border-bottom: 1px solid #444444; color: #444444; text-decoration: none;} +a:hover {border-bottom: 0;} +</style> +</head> +<body> +<h1>ya girl melody still doesn't know shit</h1> +<p>but she's on <a href="https://twitter.com/boring_cactus">twitter</a></p> +</body> +</html> |