From e56d25a21504d2c9ad8c37f4fb115e460a28beeb Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Fri, 30 Sep 2022 10:46:20 -0400 Subject: Add alphabet ranking page Did I need to spend even the small amount of time I spent on this? No. --- www/causal.agency/.gitignore | 2 +- www/causal.agency/Makefile | 2 +- www/causal.agency/alpha.html | 92 ++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 94 insertions(+), 2 deletions(-) create mode 100644 www/causal.agency/alpha.html diff --git a/www/causal.agency/.gitignore b/www/causal.agency/.gitignore index 7935a3c1..a2ca9b75 100644 --- a/www/causal.agency/.gitignore +++ b/www/causal.agency/.gitignore @@ -1,3 +1,3 @@ -*.html +index.html scheme.css scheme.png diff --git a/www/causal.agency/Makefile b/www/causal.agency/Makefile index 75849db0..d406eb23 100644 --- a/www/causal.agency/Makefile +++ b/www/causal.agency/Makefile @@ -1,6 +1,6 @@ WEBROOT = /var/www/causal.agency -FILES = index.html style.css scheme.css scheme.png +FILES = index.html style.css scheme.css scheme.png alpha.html all: ${FILES} diff --git a/www/causal.agency/alpha.html b/www/causal.agency/alpha.html new file mode 100644 index 00000000..0d83f530 --- /dev/null +++ b/www/causal.agency/alpha.html @@ -0,0 +1,92 @@ + + +all 26 letters of the alphabet RANKED + + +which letter do you like more? +

+ + +

+

+current ranking +

+ABCDEFGHIJKLMNOPQRSTUVWXYZ +

+ +

+ + -- cgit 1.4.1