nomadnet-website/pages/index.mu

8 lines
110 B
Plaintext
Executable File

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