From f9c8e9c126bcc6be6cffba1b711b6eebb03b2c60 Mon Sep 17 00:00:00 2001 From: Emily Frost Date: Thu, 3 Sep 2020 08:47:34 -0500 Subject: [PATCH] Added fun logo. --- index.html | 3 +-- style.css | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 7f85214..4672767 100644 --- a/index.html +++ b/index.html @@ -5,8 +5,7 @@ -

laserlesbian.systems

- +

Notice: This is a personal server, and the services on this domain are intended for use by friends and family. diff --git a/style.css b/style.css index 3be3663..7575a67 100644 --- a/style.css +++ b/style.css @@ -25,3 +25,5 @@ a:hover { color: var(--highlight-color); text-decoration: none; } + +#logo {text-align: center;}