index.html
431 Bytes
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="1;url=examples">
<script type="text/javascript">
window.location.href = "examples"
</script>
<title>Page Redirection</title>
</head>
<body>
If you are not redirected automatically, follow the <a href='examples'>link to the main page</a>
</body>
</html>