From 66dc4cae4cd37e82d773dc30be046d82d380ec4d Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Sun, 26 Jan 2020 16:33:43 +0100 Subject: Add skeleton for topic Tested with VoiceOver --- static/humans.txt | 15 +++++++++++++++ static/robots.txt | 2 ++ 2 files changed, 17 insertions(+) create mode 100644 static/humans.txt create mode 100644 static/robots.txt (limited to 'static') diff --git a/static/humans.txt b/static/humans.txt new file mode 100644 index 0000000..6f54bec --- /dev/null +++ b/static/humans.txt @@ -0,0 +1,15 @@ +/* TEAM */ +Maintainer: Rubén Beltrán del Río +Site: https://unlimited.pizza +Twitter: @pigeonfolk +From: Berlin, Germany + +/* THANKS */ +Essau Ramirez: https://saumotions.com +Twitter: @saumotions +From: Guadalajara, Jalisco, Mexico + +/* SITE */ +Last update: 2019/12/26 +Language: English +Components: Svelte diff --git a/static/robots.txt b/static/robots.txt new file mode 100644 index 0000000..eb05362 --- /dev/null +++ b/static/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: -- cgit