mirror of
https://github.com/SrIzan10/vdo.ninja.git
synced 2026-05-01 11:05:24 +00:00
Version 26.0 release
This commit is contained in:
14
whip/index.html
Normal file
14
whip/index.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Redirecting to whip.html</title>
|
||||
<script>
|
||||
window.location.href = "../whip.html";
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<p>If you are not redirected automatically, please <a href="../whip.html">click here</a>.</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user