nomadnet-website/pages/index.mu

8 lines
104 B
Plaintext
Executable File

#!/usr/bin/env python3
import hswro
hswro.header()
print("Nothing to see here... yet")
hswro.footer()