From 99ea46dd5b83d4532a12736f02d06d29a3dc96de Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Mon, 13 Nov 2023 19:52:29 -0500 Subject: Add Magic Lands Quiz --- www/causal.agency/Makefile | 2 +- www/causal.agency/lands.html | 176 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 177 insertions(+), 1 deletion(-) create mode 100644 www/causal.agency/lands.html diff --git a/www/causal.agency/Makefile b/www/causal.agency/Makefile index a31e4ff6..d43c9638 100644 --- a/www/causal.agency/Makefile +++ b/www/causal.agency/Makefile @@ -1,7 +1,7 @@ WEBROOT = /var/www/causal.agency GEN = index.html leveler.html scheme.css scheme.png -FILES = ${GEN} style.css alpha.html +FILES = ${GEN} style.css alpha.html lands.html all: ${FILES} diff --git a/www/causal.agency/lands.html b/www/causal.agency/lands.html new file mode 100644 index 00000000..fecd06bf --- /dev/null +++ b/www/causal.agency/lands.html @@ -0,0 +1,176 @@ + +Lands Quiz + + + +

Loading...

+

Failed to load cards :(

+ + + + -- cgit 1.4.1