mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
17 lines
570 B
HTML
17 lines
570 B
HTML
|
<!DOCTYPE HTML>
|
||
|
<!-- Credit goes to https://stackoverflow.com/a/5411601 -->
|
||
|
<html lang="en-US">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta http-equiv="refresh" content="0; url=book/en">
|
||
|
<script type="text/javascript">
|
||
|
window.location.href = "book/en"
|
||
|
</script>
|
||
|
<title>Page Redirection</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<!-- Note: don't tell people to `click` the link, just tell them that it is a link. -->
|
||
|
If you are not redirected automatically, follow this <a href='book/en'>link</a>.
|
||
|
</body>
|
||
|
</html>
|