mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
12 lines
308 B
HTML
12 lines
308 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="refresh" content="0; url={{ page.redirect }}">
|
|
<link rel="canonical" href="{{ site.url }}{{ page.redirect }}">
|
|
</head>
|
|
<body>
|
|
This page has been moved to <a href="{{ page.redirect }}">{{ site.url }}{{ page.redirect }}</a>
|
|
{{ content }}
|
|
</body>
|
|
</html>
|