diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..d8a4567 --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +.PHONY: default +default: + @echo "Usage: make [task]" + +.PHONY: deploy +deploy: + scp index.html tilde.town:public_html/ diff --git a/index.html b/index.html index 8f90421..1a37459 100644 --- a/index.html +++ b/index.html @@ -596,6 +596,8 @@ input#theme-bow:checked ~ main > .block > .column > .int.i-tri { +

About

+

Source code