Delete thankyou.html

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

View File

@ -1,44 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Thank You</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/shardwalker.html">Shardwalker</a>
<a href="http://roadmap.oblistudios.com" class="btn-roadmap">🛠 View Roadmap</a>
</nav>
<main class="container">
<h1>Thank You</h1>
<p>Your submission has been received. We'll get back to you soon.</p>
</main>
<footer>
<p>© 2025 Obli.Studios. All rights reserved.</p>
</footer>
</body>
</html>