Add missing <title> in redirection page <head>
This commit is contained in:
parent
7414d28e0b
commit
42312501d0
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue