Version 26.0 release

This commit is contained in:
steveseguin
2024-10-17 04:34:13 -04:00
parent fdc710164c
commit d91cde97de
24 changed files with 2838 additions and 2079 deletions

14
whip/index.html Normal file
View 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>