Delete thankyou.html
This commit is contained in:
parent
b9f24f67dc
commit
dfff0af643
|
|
@ -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>
|
||||
Loading…
Reference in New Issue