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

13 lines
243 B
HTML
Raw Normal View History

<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>