From 826c7c47785ee01d2b9267919132ada696425344 Mon Sep 17 00:00:00 2001 From: Melonai Date: Wed, 20 Jan 2021 23:18:09 +0100 Subject: Remade the client in SvelteKit --- client/static/favicon.ico | Bin 0 -> 15406 bytes client/static/global.css | 11 +++++++++++ client/static/robots.txt | 3 +++ client/static/shorest.svg | 4 ++++ 4 files changed, 18 insertions(+) create mode 100644 client/static/favicon.ico create mode 100644 client/static/global.css create mode 100644 client/static/robots.txt create mode 100644 client/static/shorest.svg (limited to 'client/static') diff --git a/client/static/favicon.ico b/client/static/favicon.ico new file mode 100644 index 0000000..6ca73f9 Binary files /dev/null and b/client/static/favicon.ico differ diff --git a/client/static/global.css b/client/static/global.css new file mode 100644 index 0000000..aabd77e --- /dev/null +++ b/client/static/global.css @@ -0,0 +1,11 @@ +html, +body { + width: 100%; + height: 100%; + box-sizing: border-box; + margin: 0; +} + +* { + font-family: "Ubuntu", sans-serif; +} diff --git a/client/static/robots.txt b/client/static/robots.txt new file mode 100644 index 0000000..e9e57dc --- /dev/null +++ b/client/static/robots.txt @@ -0,0 +1,3 @@ +# https://www.robotstxt.org/robotstxt.html +User-agent: * +Disallow: diff --git a/client/static/shorest.svg b/client/static/shorest.svg new file mode 100644 index 0000000..6c95a22 --- /dev/null +++ b/client/static/shorest.svg @@ -0,0 +1,4 @@ + + + + -- cgit 1.4.1