mirror of
https://github.com/rommapp/docs.git
synced 2026-04-23 06:54:41 +00:00
feat: remove automatic redirection script and delete redirect.html
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user