mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-06-05 22:09:20 +02:00
.
This commit is contained in:
10
redirectTemplate.html
Normal file
10
redirectTemplate.html
Normal file
@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>{URL}</title>
|
||||
<link rel="canonical" href="{URL}" />
|
||||
<meta name="robots" content="noindex" />
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="refresh" content="0; url={URL}" />
|
||||
</head>
|
||||
</html>
|
Reference in New Issue
Block a user