Files
neutrino/data/y-web/Y_Refresh.yhtm
2016-12-15 14:00:45 +01:00

15 lines
211 B
Plaintext

{=include-block:Y_Blocks.txt;head=}
<script type="text/javascript">
//<![CDATA[
function do_onload()
{
top.location.href="/";
}
//]]>
</script>
</head>
<body onload="do_onload()">
refreshing...
</body>
</html>