Usage
Pass the URL of any zip archive as the zip query parameter,
and optionally a display title via title:
viewer.html?zip=https://raw.githubusercontent.com/BillJr99/Ursinus-CS173/gh-pages/files/replit/JavaInheritanceExample.zip&title=Java+Inheritance+Example
viewer.html?zip=https://raw.githubusercontent.com/BillJr99/Ursinus-CS173/gh-pages/files/replit/JavaBinarySearchExample.zip
The zip parameter accepts any publicly accessible URL.
Source files (.java, .py, .js,
.html, .xml, .txt, .md)
are extracted and rendered with syntax highlighting; binary files such as
.class are silently omitted.