mirror of
https://github.com/yewstack/yew.git
synced 2026-01-25 16:43:15 +00:00
18 lines
413 B
HTML
18 lines
413 B
HTML
<!DOCTYPE html>
|
|
<html lang="en-US">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta
|
|
http-equiv="refresh"
|
|
content="0; url=/docs/en/intro"
|
|
/>
|
|
<script type="text/javascript">
|
|
window.location.href = '/docs/en/intro';
|
|
</script>
|
|
<title>Yew Docs</title>
|
|
</head>
|
|
<body>
|
|
If you are not redirected automatically, follow this
|
|
<a href="/docs/en/intro">link</a>.
|
|
</body>
|
|
</html> |