From 9f28b6d9160fee5eff92d1d9849191f2f12faeab Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Mon, 14 Feb 2022 16:33:38 +0000 Subject: Initial commit --- static/favicon.png | Bin 0 -> 1571 bytes static/robots.txt | 3 +++ static/svelte-welcome.png | Bin 0 -> 360807 bytes static/svelte-welcome.webp | Bin 0 -> 115470 bytes 4 files changed, 3 insertions(+) create mode 100644 static/favicon.png create mode 100644 static/robots.txt create mode 100644 static/svelte-welcome.png create mode 100644 static/svelte-welcome.webp (limited to 'static') diff --git a/static/favicon.png b/static/favicon.png new file mode 100644 index 0000000..825b9e6 Binary files /dev/null and b/static/favicon.png differ diff --git a/static/robots.txt b/static/robots.txt new file mode 100644 index 0000000..e9e57dc --- /dev/null +++ b/static/robots.txt @@ -0,0 +1,3 @@ +# https://www.robotstxt.org/robotstxt.html +User-agent: * +Disallow: diff --git a/static/svelte-welcome.png b/static/svelte-welcome.png new file mode 100644 index 0000000..fe7d2d6 Binary files /dev/null and b/static/svelte-welcome.png differ diff --git a/static/svelte-welcome.webp b/static/svelte-welcome.webp new file mode 100644 index 0000000..6ec1a28 Binary files /dev/null and b/static/svelte-welcome.webp differ -- cgit