URI: 
       this page is scriptically built!
       the source code is printed below:
       
       #!/bin/bash
       echo -e "ithis page is scriptically built!\t"
       echo -e "ithe source code is printed below:\t\n"
       
       # this prints the script content itself
       # that comment is in the source. this one too.
       cat $0 | sed -e "s/^/i/;s/$/\t/" | cat