Main_Website-Oblistudios/index.html

55 lines
2.1 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Discover Obli.Studios creators of Shardwalker, a tactical PvP action-RPG with a deep solo campaign. Try our SteamCMD Server Manager.">
<meta name="keywords" content="Shardwalker, ObliStudios, indie game, PvP RPG, server manager, SteamCMD, Unity game">
<meta name="author" content="ObliStudios">
<meta property="og:title" content="Obli.Studios Indie Games & Tools">
<meta property="og:description" content="Explore Shardwalker and Obli.ServerManager tactical games and server tools from a solo dev studio.">
<meta property="og:image" content="img\logo.png">
<meta property="og:url" content="https://www.oblistudios.com">
<meta name="twitter:card" content="summary_large_image">
<title>Obli.Studios</title>
<link rel="stylesheet" href="master.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>
<header>
<nav class="navbar">
<a href=" https://www.oblistudios.com/index.html">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="http://roadmap.oblistudios.com" class="btn-roadmap" target="_blank">🛠 View Roadmap</a>
</nav>
</header>
<main class="container">
<h1>Welcome to Obli.Studios</h1>
<p>Home of Shardwalker and the Obli.ServerManager platform.</p>
</main>
<footer>
<p>© 2025 Obli.Studios. All rights reserved.</p>
</footer>
</body>
</html>