15 lines
434 B
HTML
15 lines
434 B
HTML
<!DOCTYPE html>
|
|
<html lang="en-US">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="refresh" content="1;url=docs/index.html">
|
|
<script type="text/javascript">
|
|
window.location.replace("docs/index.html")
|
|
</script>
|
|
<title>A Sandcastle Documented Class Library - Redirect</title>
|
|
</head>
|
|
<body>
|
|
<p>If you are not redirected automatically, follow this link to the <a href="docs/index.html">default topic</a>.</p>
|
|
</body>
|
|
</html>
|