2025-04-30 23:06:58 -07:00
<!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." >
2025-05-04 10:05:42 -07:00
< meta property = "og:image" content = "img/logo.png" >
2025-04-30 23:06:58 -07:00
< 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;
}
2025-05-04 10:05:42 -07:00
section {
padding: 40px;
}
.feature-grid {
display: flex;
gap: 30px;
}
.feature-box {
flex: 1;
background: #f5f5f5;
padding: 20px;
border-radius: 8px;
}
form input, form button {
padding: 10px;
margin: 5px;
}
2025-04-30 23:06:58 -07:00
< / style >
< / head >
< body >
2025-05-03 01:37:14 -07:00
< nav class = "navbar" >
< a href = "https://www.oblistudios.com" > 🏠 Home< / a > |
2025-05-05 13:26:08 -07:00
< a href = "https://www.oblistudios.com/shardwalker.html" > ⚔️ Shardwalker< / a > |
2025-05-05 13:19:22 -07:00
< a href = "https://www.oblistudios.com/roadmap.html" > 🔄️ Roadmap< / a >
2025-05-05 13:12:12 -07:00
2025-05-03 01:37:14 -07:00
< / nav >
2025-04-30 23:20:49 -07:00
2025-04-30 23:06:58 -07:00
< main class = "container" >
2025-09-19 02:18:47 -07:00
< h1 > Welcome to ObliStudios< / h1 >
< p > Home of Shardwalker the mirrors edge< / p >
2025-05-04 10:05:42 -07:00
2025-09-19 02:18:47 -07:00
< section >
< img >
2025-05-04 10:05:42 -07:00
< h2 > Discover the Worlds of Shardwalker< / h2 >
< p > A tactical PvP RPG experience with deep solo campaigns and strategic combat.< / p >
< a href = "https://www.oblistudios.com/shardwalker.html" class = "btn-roadmap" > Learn More< / a >
< / section >
2025-09-19 02:18:47 -07:00
< section >
< h2 > About ObliStudios< / h2 >
< p > ObliStudios is an independent game and tool development studio focused on delivering immersive tactical RPG experiences and powerful backend tools for gamers and server administrators alike. Founded by a solo developer, we believe in empowering players with both gameplay and control.< / p >
2025-05-04 10:05:42 -07:00
< / section >
2025-09-19 02:18:47 -07:00
< section >
2025-05-04 10:05:42 -07:00
< h2 > Our Creations< / h2 >
< div class = "feature-grid" >
< div class = "feature-box" >
< h3 > ⚔️ Shardwalker< / h3 >
< p > A competitive action-RPG that includes attunement powers and shard-switching mechanics.< / p >
< / div >
2025-09-19 02:18:47 -07:00
2025-05-04 10:05:42 -07:00
< / div >
< / section >
< section id = "contact" >
< h2 > Connect with Us< / h2 >
2025-09-19 02:18:47 -07:00
< p > Follow me on social media:< / p >
2025-05-04 10:05:42 -07:00
< ul >
2025-09-19 02:18:47 -07:00
< li >
< a href = "https://twitter.com/obli_studios" target = "_blank" >
< img src = "img/Xlogo.png" alt = "X.com Logo" style = "width:32px; height:32px; vertical-align:middle; margin-right:8px;" >
< / a >
< / li >
2025-05-04 10:05:42 -07:00
< / ul >
< / section >
< section id = "tech" >
< h2 > Powered By< / h2 >
2025-09-19 02:18:47 -07:00
< p > Our games are built using Unreal engine.< / p >
2025-05-04 10:05:42 -07:00
< / section >
2025-04-30 23:06:58 -07:00
< / main >
< footer >
< p > © 2025 Obli.Studios. All rights reserved.< / p >
< / footer >
< / body >
< / html >