From b30d8da939eb3310bdbe19b685fba867e62f7610 Mon Sep 17 00:00:00 2001 From: Lizzy Hunt Date: Sat, 9 Mar 2024 21:42:08 -0700 Subject: absolute html paths --- html/build.sh | 2 +- html/public/index.php | 12 ++++++------ html/public/template.html | 8 ++++---- 3 files changed, 11 insertions(+), 11 deletions(-) (limited to 'html') diff --git a/html/build.sh b/html/build.sh index ec60003..85030dd 100755 --- a/html/build.sh +++ b/html/build.sh @@ -1,7 +1,7 @@ #!/bin/sh cp -r ./public ../dist/public_html -for dir in "turing-machine" "euler-golf" "godel-explorer"; do +for dir in "turing-machine" "euler-golf" "godel"; do mv staticsimponic/$dir ../dist/public_html/$dir done diff --git a/html/public/index.php b/html/public/index.php index 004a131..7f512fe 100644 --- a/html/public/index.php +++ b/html/public/index.php @@ -3,17 +3,17 @@ $content = '

you are at my tilde.club page right now! hi!

-a penguin +a penguin

this is a penguin

here you can:

diff --git a/html/public/template.html b/html/public/template.html index 4867c55..99b75a8 100644 --- a/html/public/template.html +++ b/html/public/template.html @@ -6,15 +6,15 @@ ~simponic - +
-

~simponic

+

~simponic


-- cgit v1.2.3-70-g09d2