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