mirror of https://gitlab.com/octtspacc/sitoctt
11 lines
248 B
HTML
11 lines
248 B
HTML
|
<!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>
|