diff options
author | June McEnroe <june@causal.agency> | 2022-09-30 10:46:20 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2022-09-30 10:46:55 -0400 |
commit | b69a8ef1262acc3a522a36d6c4878058cd4735ef (patch) | |
tree | 508021db82b1f70f51aab25ab786ddaba5ee9616 /www/causal.agency/Makefile | |
parent | Set wallpaper to a random colour escher knot (diff) | |
download | src-b69a8ef1262acc3a522a36d6c4878058cd4735ef.tar.gz src-b69a8ef1262acc3a522a36d6c4878058cd4735ef.zip |
Add alphabet ranking page
Did I need to spend even the small amount of time I spent on this? No.
Diffstat (limited to 'www/causal.agency/Makefile')
-rw-r--r-- | www/causal.agency/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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} |