17 lines
394 B
HTML
17 lines
394 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://bit.ly/csmsgoogle');
|
|
});
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<p>Redirecting to Google Maps...</p>
|
|
</body>
|
|
</html>
|