Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions static/prism/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="refresh" content="2; url=https://prism-369234493812.us-central1.run.app/">
<link rel="canonical" href="https://prism-369234493812.us-central1.run.app/">
<meta http-equiv="refresh" content="2; url=https://prism-551003848936.us-central1.run.app/">
<link rel="canonical" href="https://prism-551003848936.us-central1.run.app/">

<!-- Page title and meta information -->
<title>Redirecting to Prism</title>
Expand All @@ -15,7 +15,7 @@
<meta property="og:title" content="Prism">
<meta property="og:description" content="Redirecting to the Prism app">
<meta property="og:type" content="website">
<meta property="og:url" content="https://prism-369234493812.us-central1.run.app/">
<meta property="og:url" content="https://prism-551003848936.us-central1.run.app/">

<!-- Twitter Card tags -->
<meta name="twitter:card" content="summary">
Expand Down Expand Up @@ -105,7 +105,7 @@ <h1>Redirecting to Prism</h1>
</div>

<p>
<a href="https://prism-369234493812.us-central1.run.app/" id="fallback-link" class="redirect-link">
<a href="https://prism-551003848936.us-central1.run.app/" id="fallback-link" class="redirect-link">
Click here if you are not redirected automatically
</a>
</p>
Expand All @@ -114,14 +114,14 @@ <h1>Redirecting to Prism</h1>
<p><strong>If the redirect doesn't work:</strong></p>
<p>Please copy and paste this URL into your browser:</p>
<p id="manual-url" style="word-break: break-all; font-family: monospace; background: #f8f9fa; padding: 10px; border-radius: 4px;">
https://prism-369234493812.us-central1.run.app/
https://prism-551003848936.us-central1.run.app/
</p>
</div>
</div>

<!-- Progressive enhancement: countdown timer and JS redirect -->
<script>
var REDIRECT_URL = 'https://prism-369234493812.us-central1.run.app/';
var REDIRECT_URL = 'https://prism-551003848936.us-central1.run.app/';
let timeLeft = 2;
const countdownElement = document.getElementById('countdown');
const messageElement = document.getElementById('redirect-message');
Expand Down
Loading