Delete servermanager.html

This commit is contained in:
James 2025-09-23 01:47:49 -07:00 committed by GitHub
parent e0ae339114
commit b9f24f67dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 53 deletions

View File

@ -1,53 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Obli.ServerManager</title>
<link rel="stylesheet" href="servermanagerMain.css">
<style>
.btn-roadmap {
display: inline-block;
background: #00bfff;
color: white;
padding: 10px 20px;
margin-left: 12px;
border-radius: 6px;
font-weight: bold;
text-decoration: none;
transition: background 0.3s ease;
}
.btn-roadmap:hover {
background: #0088cc;
}
</style>
</head>
<body>
<nav class="navbar">
<a href="https://www.oblistudios.com">🏠 Home</a> |
<a href="https://www.oblistudios.com/servermanager.html">🛠 Server Manager</a> |
<a href="https://www.oblistudios.com/shardwalker.html">⚔️ Shardwalker</a> |
<a href="https://www.oblistudios.com/roadmap.html">🔄️ Roadmap</a>
</nav>
<main class="container">
<h1>Obli.ServerManager</h1>
<p>Manage your dedicated game servers with ease.</p>
<ul>
<li>SteamCMD support</li>
<li>Remote mobile control</li>
<li>Crash detection + restart</li>
</ul>
<img src="img/servermanager.png" alt="Server Manager UI Overview" class="promo-image">
<br><br>
<button onclick="window.location.href='https://your-demo-download.com'">Download Demo</button>
</main>
<footer>
<p>© 2025 Obli.Studios. All rights reserved.</p>
</footer>
</body>
</html>