MememaView/test.py
2024-05-25 03:13:52 +02:00

9 lines
195 B
Python
Executable File

#!/usr/bin/env python3
dir="/data/media/tmp/The.IT.Crowd.S01/input"
print("Content-Type: text/html\n")
print("<html><body>")
print("<h1>Hello from Python script!</h1>")
print("</body></html>")