asternet/index.html

15 lines
434 B
HTML
Raw Normal View History

2016-10-03 08:38:23 +00:00
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
2016-10-03 09:54:40 +00:00
<meta http-equiv="refresh" content="1;url=docs/index.html">
2016-10-03 08:38:23 +00:00
<script type="text/javascript">
2016-10-03 09:54:40 +00:00
window.location.replace("docs/index.html")
2016-10-03 08:38:23 +00:00
</script>
<title>A Sandcastle Documented Class Library - Redirect</title>
</head>
<body>
2016-10-03 09:54:40 +00:00
<p>If you are not redirected automatically, follow this link to the <a href="docs/index.html">default topic</a>.</p>
2016-10-03 08:38:23 +00:00
</body>
</html>