mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
18 lines
404 B
HTML
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> |