feat: remove automatic redirection script and delete redirect.html

This commit is contained in:
zurdi
2025-02-24 07:25:43 +00:00
parent 359f31d271
commit f726ec8cf3
2 changed files with 0 additions and 17 deletions
-6
View File
@@ -5,12 +5,6 @@ hide:
- toc
---
<script>
if (window.location.pathname === '/' || window.location.pathname === '/index.html') {
window.location.href = 'https://romm.app/latest';
}
</script>
<img src="./resources/romm/logotype.png" alt="RomM Logo">
/// caption
Welcome to the **RomM Project**, the premier self-hosted, open source ROM manager.
-11
View File
@@ -1,11 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=https://docs.romm.app/latest">
<title>Redirecting...</title>
</head>
<body>
<p>If you are not redirected automatically, follow this <a href="https://docs.romm.app/latest">link to the latest documentation</a>.</p>
</body>
</html>