projectacrn.github.io/3.2/getting-started/index.html

13 lines
243 B
HTML

<html>
<head>
<meta http-equiv="refresh" content="0; url=../try.html" />
<script>
window.location.href = "../try.html"
</script>
</head>
<body>
<p>Page has moved <a href="../try.html">here</a>.</p>
</body>
</html>