mirror of
https://github.com/SrIzan10/vdo.ninja.git
synced 2026-05-01 11:05:24 +00:00
14 lines
348 B
HTML
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>
|