stonetoss/errors/500.html

24 lines
571 B
HTML
Raw Permalink Normal View History

2024-03-21 13:28:48 +00:00
<!DOCTYPE html>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZKTRVJEL2M"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-ZKTRVJEL2M');
</script>
<title>redirect</title>
<meta name="description" content="redirecting to /" />
<title>HTML Meta Tag</title>
<meta http-equiv = "refresh" content = "0; url = /" />
</head>
<body>
<p>Redirecting to Site</p>
</body>
</html>