mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-02-07 23:28:44 +01:00
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>
|