Socialify

Folder ..

Viewing redirect.html
11 lines (11 loc) • 329.0 B

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
<!doctype html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>{{ . }}</title>
    <link rel="canonical" href="{{ . }}">
    <meta name="robots" content="noindex">
    <meta http-equiv="refresh" content="0; url={{ . }}">
  </head>
</html>