Skip to content

Commit f9b8cb5

Browse files
authored
Yakında Sayfası ayarlandı.
1 parent 1c73deb commit f9b8cb5

1 file changed

Lines changed: 40 additions & 0 deletions

File tree

index.html

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
<!DOCTYPE html>
2+
<html lang="tr">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7+
<title>WeapCore - Yakında</title>
8+
<!-- Bootstrap CSS -->
9+
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
10+
</head>
11+
<body class="d-flex flex-column min-vh-100">
12+
13+
<header class="bg-success text-white py-4">
14+
<div class="container text-center">
15+
<h1 class="display-4 fw-bold">WeapCore</h1>
16+
<p class="lead mb-0">Minecraft AFK otomasyonunda çığır açmaya hazırlanan Türk yapımı uygulama</p>
17+
<p class="mt-2"><small>Geliştiren: <a href="https://github.com/GweineTR" class="text-white text-decoration-underline" target="_blank">@GweineTR</a></small></p>
18+
</div>
19+
</header>
20+
21+
<main class="flex-fill">
22+
<section class="bg-light py-5">
23+
<div class="container text-center">
24+
<h2 class="fw-bold">Çok Yakında!</h2>
25+
<p class="mb-4">WeapCore geliştirme aşamasında. Gelişmeleri ve sürümleri aşağıdaki GitHub sayfasından takip edebilirsiniz.</p>
26+
<a href="https://github.com/WeapCore/weapcore/" class="btn btn-success btn-lg">GitHub Repo</a>
27+
</div>
28+
</section>
29+
</main>
30+
31+
<footer class="bg-dark text-center text-white py-3 mt-auto">
32+
<div class="container">
33+
<small>&copy; 2025 WeapCore | Geliştiren: <a href="https://github.com/GweineTR" class="text-white text-decoration-underline" target="_blank">@GweineTR</a></small>
34+
</div>
35+
</footer>
36+
37+
<!-- Bootstrap JS Bundle -->
38+
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
39+
</body>
40+
</html>

0 commit comments

Comments
 (0)