Files
archived-vdo.ninja/podcast/index.html
steveseguin a631bc074c v29.0
2026-01-18 03:27:00 -05:00

14 lines
348 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Redirecting to Podcast Studio...</title>
<script>
window.location.href = '../?podcast' + window.location.search.replace('?', '&') + window.location.hash;
</script>
</head>
<body>
<p>Redirecting to <a href="../?podcast">Podcast Studio</a>...</p>
</body>
</html>