csms-claims-and-neighbors/redirect-google.html

17 lines
492 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Redirecting...</title>
<script>
document.addEventListener('DOMContentLoaded', function() {
window.location.replace('https://www.google.com/maps/d/u/0/viewer?mid=1uaJCMW64w_zwERr9nFcVJchrZdocNbA&ll=39.03554998301922,-105.29915470303165&z=14');
});
</script>
</head>
<body>
<p>Redirecting to Google Maps...</p>
</body>
</html>