From d36ba6af88299cbcd10fe98c4353c1eab9080af2 Mon Sep 17 00:00:00 2001 From: Izaya Date: Mon, 25 Feb 2019 00:43:28 +1100 Subject: [PATCH] actually included the logo this time --- static/img/copland.svg | 18 ++++++++++++++++++ static/index.html | 4 ++-- 2 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 static/img/copland.svg diff --git a/static/img/copland.svg b/static/img/copland.svg new file mode 100644 index 0000000..08a8d21 --- /dev/null +++ b/static/img/copland.svg @@ -0,0 +1,18 @@ + + + + + + + + + image/svg+xml + + + + + + + + + \ No newline at end of file diff --git a/static/index.html b/static/index.html index 4526416..f30c4e6 100644 --- a/static/index.html +++ b/static/index.html @@ -17,8 +17,8 @@ .logo { right: 16px; bottom: 16px; - width: 128px; - height: 128px; + width: 96px; + height: 96px; position: absolute; } .cpugraph {