mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 04:12:34 +00:00
9 lines
324 B
HTML
9 lines
324 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<title>Redirecting...</title>
|
|
<link rel=canonical href="{{ page.dest_url }}">
|
|
<meta http-equiv=refresh content="0; url={{ page.dest_url }}">
|
|
<h1>Redirecting...</h1>
|
|
<a href="{{ page.dest_url }}">Click here if you are not redirected.</a>
|
|
<script>location="{{ page.dest_url }}"</script>
|