#!/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