Pipe Swap --------- Created by Al Sweigart and exhibited at the Scroll Art Museum . Released under the GPLv3 license and reimplemented here in "plain/text blog style". │ │┌──────────┘│ ││││ ││ ││ ││ │ │ │ ││ │ ││ │ │ └│────────┐│ │ ││││ ││ ││ ││ │ │ │ ││ │ ││ │ │ │ │ │ ││ │ ││││ ││ ││ ││ │ │ │ ││ │ ││ ┌──────────┘ │ │ │ │ ││ │ └────││┐ ││ ││ │ │ │ ││ │ ││ │ │ │ │ │ ││ │ │││ │││ │└─│──│─┐ │ │ ││ │ ││ │ │ │ │ │ ││ │ │││ │││ │ ││ │ │ │ │ ││ │ ││ └───────────┐ │ │ │ │ ││ │ │││ │││ │ ││ │ │ │ │ ││ │ ││ │ │ │ │ │ ││ │ │││ │││ │ ││ │ │ │ │ ││ │ ││ │ └────│──────││┐│ │││ │││ │ ││ │ │ │ │ ││ │ ││ │ │ │ │ ││││ │││ │││ │ ││ │ │ │ │ ││ │ ││ │ │ │ │ ││││ │││ │││ │ ││ │ │ ┌──────│─││─────┘│ │ │ │ │ ││││ │││ │││ │ ││ │ │ │ │ │ ││┌─────┘ │ │ │ │ └───────│─│──┐ │ ││ │ │ │ │ │ ││││ │ └─│──│─┐ │││ │││ ││││ │ ││ │ │ │ │ │ ││││ │ ┌───────┘ │ │ │││ │││ ││││ │ ││ │ │ │ │ │ ││││ │ │ │ │ │││ │││ ││││ │ ││ │ │ ┌────│─┘ │ ││││ │ │ │ │ │││ │││ ││││ │ ││ │ │ │ │ │ ││││ │ │ │ │ ││└──│──────│─│─┐││ │ │ │ │ │ ││││ │ │ │ │ ││ │││ │││└─│───────│─────┐│ │ ││││ │ │ ┌─────────┘ ││ │││ │││ │ │││ │ │ │ ││ │ ││││ │ This works by exploiting the HTTP "Refresh:" header to repeatedly tell your Web browser to refresh the page, incrementing the number in the URL, once every one second. This provides for a way to exhibit scroll art on the Web without any JS or even HTML (although I'll be the first to admit... it's pretty clunky!). More information: - https://textplain.blog/scroll-art - blog post about the inspiration for this