diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2019-02-14 21:57:43 +0100 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2019-02-14 21:57:43 +0100 |
| commit | fdba26525c4a190d0275dd3b5f3a154fa189a799 (patch) | |
| tree | a16fd740b11598e1f1aded1d07b84b17b5d2bea1 /redirect.html | |
| parent | 92fd6bf85624873008306e662329b2e7a0545436 (diff) | |
fancier redirect page
Diffstat (limited to 'redirect.html')
| -rw-r--r-- | redirect.html | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/redirect.html b/redirect.html index cb3c646..c42694b 100644 --- a/redirect.html +++ b/redirect.html @@ -1 +1,16 @@ -<meta http-equiv="refresh" content="0; URL='https://japaric.github.io/cortex-m-rtfm/book/en/'" /> +<!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=https://japaric.github.io/cortex-m-rtfm/book/en/"> + <script type="text/javascript"> + window.location.href = "https://japaric.github.io/cortex-m-rtfm/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='https://japaric.github.io/cortex-m-rtfm/book/en/'>link to example</a>. + </body> +</html> |
