index.html (9 lines of code) (raw):

<!doctype html> <html> <head> <meta charset="utf-8"> <meta http-equiv="content-security-policy" content="default-src 'self';"> <meta http-equiv="refresh" content="0; url=/demo"> </head> <body></body> </html>