b15f/docs/index.html

16 lines
545 B
HTML
Raw Normal View History

2019-05-22 08:32:51 +00:00
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
2019-05-23 13:08:54 +00:00
<meta http-equiv="refresh" content="0; url=html/index.html">
2019-05-22 08:32:51 +00:00
<script type="text/javascript">
2019-05-23 13:08:54 +00:00
window.location.href = "html/index.html"
2019-05-22 08:32:51 +00:00
</script>
<title>Page Redirection</title>
</head>
<body>
<!-- Note: don't tell people to `click` the link, just tell them that it is a link. -->
2019-05-23 13:08:54 +00:00
If you are not redirected automatically, follow this <a href='html/index.html'>link to example</a>.
2019-05-22 08:32:51 +00:00
</body>
</html>