17 lines
389 B
HTML
17 lines
389 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/csmsgaia');
|
|
});
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<p>Redirecting to Gaia GPS...</p>
|
|
</body>
|
|
</html>
|