PirateBoxScripts_Webserver/piratebox/piratebox/src/redirect.html.schema
Matthias Strubel 09d04d8ff7 Better handling of content folder and more dependeing changes
-->  Design-Stuff to USB Stick #107
2016-05-10 20:09:49 +02:00

14 lines
341 B
Plaintext

<html>
<head><title>Redirect...</title>
<meta http-equiv='refresh' content='0;url=http://#####HOST#####/content' />
<meta http-equiv='cache-control' content='no-cache, no-store, must-revalidate' />
<meta http-equiv='pragma' content='no-cache' />
<meta http-equiv='expires' content='0' />
</head>
<body>
Redirect
</body>
</html>