From 9cc9cedabbf7dc1b6fcdad0b6a6feb8763b5777a Mon Sep 17 00:00:00 2001 From: ubq323 Date: Thu, 1 Dec 2022 22:29:27 +0000 Subject: tidying --- embed_old_old.cgi | 154 ------------------------------------------------------ 1 file changed, 154 deletions(-) delete mode 100755 embed_old_old.cgi (limited to 'embed_old_old.cgi') diff --git a/embed_old_old.cgi b/embed_old_old.cgi deleted file mode 100755 index f42dd86..0000000 --- a/embed_old_old.cgi +++ /dev/null @@ -1,154 +0,0 @@ -#!/bin/sh - -# ubq323 citrons coral gollark - -ubq323="https://ubq323.website" -citrons="https://mondecitronne.com" -coral="https://coral.shoes" -gollark="https://osmarks.net" -heav="https://hpage.osmarks.net/george_landing_page.html" -helloboi="https://www.helloboi.tk" -quintopia="http://esolang.rutteric.com/" -truttle1="http://truttle1.xyz/" - - -case "$QUERY_STRING" in - "ubq323") PREV="$coral" - NEXT="$citrons" ;; - "citrons") PREV="$ubq323" - NEXT="$gollark" ;; - "gollark") PREV="$citrons" - NEXT="$heav" ;; - "heav") PREV="$gollark" - NEXT="$helloboi" ;; - "helloboi") PREV="$heav" - NEXT="$quintopia" ;; - "quintopia") PREV="$helloboi" - NEXT="$truttle1" ;; - "truttle1") NEXT="$coral" - PREV="$quintopia" ;; - "coral") PREV="$truttle1" - NEXT="$ubq323" ;; -esac - -echo "Content-Type: text/html" -echo "" -#cat < -# -# -# -# -# -# -#
-#

< PREV

-#

The GEORGE is a noble animal.

-#

NEXT >

-#
-# -# -#EOF -cat < - - - - - - -
-

< PREV

-

- The GEORGE is a noble animal. -

-

NEXT >

-
- - -EOF -- cgit v1.2.3