Add missing <title> in redirection page <head>
This commit is contained in:
parent
7414d28e0b
commit
42312501d0
@ -235,6 +235,7 @@ impl<'a> Page<'a> {
|
||||
<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