From af52a71c9b2d6d66ff00fb39386d8d7a5330b2b0 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 19 May 2022 11:49:53 -0500 Subject: Initial commit I'm doing content + generation in this ... who knows if it's smart, lol. --- src/static/casa.css | 32 ++++++++++++++++++++++++++++++++ src/static/rss.xml | 27 +++++++++++++++++++++++++++ 2 files changed, 59 insertions(+) create mode 100644 src/static/casa.css create mode 100644 src/static/rss.xml (limited to 'src/static') diff --git a/src/static/casa.css b/src/static/casa.css new file mode 100644 index 0000000..36bdda0 --- /dev/null +++ b/src/static/casa.css @@ -0,0 +1,32 @@ +html { + min-height: 100vh; + margin:0; padding: 0; +} + +html { + font: 18px serif; +} + +body { + max-width: 79ch; + margin: 0 auto; + padding: 0 2ch; + background: #385180; + color: white; +} + +main { + max-width: 79ch; + padding: 2ch; + margin: auto; + background: #405990; +} + +a { + color: yellow; +} + +footer { + text-align: right; + padding: 1ch 0; +} diff --git a/src/static/rss.xml b/src/static/rss.xml new file mode 100644 index 0000000..44617d8 --- /dev/null +++ b/src/static/rss.xml @@ -0,0 +1,27 @@ + + + + Acdw's Casa + My casa, in the middle of the web + https://acdw.casa + 2022 Case Duckworth + 2022-03-03 + 2022-03-03 + 1800 + + + And we're live + Hi basement + https://acdw.casa/ + 2022-03-03 + + + + Good Choices License + A license for people + https://acdw.casa/gcl/ + 2022-05-13 + + + + -- cgit 1.4.1-21-gabe81