mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 07:22:42 +00:00
Add missing <title> in redirection page <head>
This commit is contained in:
parent
7414d28e0b
commit
42312501d0
@ -235,6 +235,7 @@ crate fn redirect(url: &str) -> String {
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta http-equiv="refresh" content="0;URL={url}">
|
||||
<title>Redirection</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Redirecting to <a href="{url}">{url}</a>...</p>
|
||||
|
Loading…
Reference in New Issue
Block a user