yew/website/static/docs/index.html
2020-07-09 20:49:07 +08:00

18 lines
404 B
HTML

<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8" />
<meta
http-equiv="refresh"
content="0; url=/docs/intro"
/>
<script type="text/javascript">
window.location.href = '/docs/intro';
</script>
<title>Yew Docs</title>
</head>
<body>
If you are not redirected automatically, follow this
<a href="/docs/intro">link</a>.
</body>
</html>