index_redirect.py 65 B

12
  1. print("Status: 302")
  2. print("Location: /static/demos/index.html")