From b30d8da939eb3310bdbe19b685fba867e62f7610 Mon Sep 17 00:00:00 2001 From: Lizzy Hunt Date: Sat, 9 Mar 2024 21:42:08 -0700 Subject: [PATCH] absolute html paths --- .drone.yml | 2 +- html/build.sh | 2 +- html/public/index.php | 12 ++++++------ html/public/template.html | 8 ++++---- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.drone.yml b/.drone.yml index c983679..eed01f0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ steps: - name: build image: alpine commands: - - apk add git nodejs + - apk add git nodejs npm - sh compile.sh - apk add rsync openssh - sh deploy.sh 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