From e79fe819f672d3454532181182732080e056592a Mon Sep 17 00:00:00 2001 From: ubq323 Date: Sat, 11 Dec 2021 20:28:36 +0000 Subject: add existing content --- embed_old_old.cgi | 154 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 154 insertions(+) create mode 100755 embed_old_old.cgi (limited to 'embed_old_old.cgi') diff --git a/embed_old_old.cgi b/embed_old_old.cgi new file mode 100755 index 0000000..f42dd86 --- /dev/null +++ b/embed_old_old.cgi @@ -0,0 +1,154 @@ +#!/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