|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="id"> |
| 3 | +<head> |
| 4 | + <meta charset="UTF-8" /> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"/> |
| 6 | + <link rel="icon" type="image/png" href="logo.png"> |
| 7 | + <title>Support - LeftyCraft</title> |
| 8 | + <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap" rel="stylesheet"/> |
| 9 | + <link rel="stylesheet" href="style.css"/> |
| 10 | + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css"/> |
| 11 | + <script> |
| 12 | + function copyIP() { |
| 13 | + navigator.clipboard.writeText("leftycraft.my.id").then(function() { |
| 14 | + alert("IP berhasil disalin: leftycraft.my.id"); |
| 15 | + }); |
| 16 | + } |
| 17 | + </script> |
| 18 | +</head> |
| 19 | +<body> |
| 20 | + |
| 21 | + <!-- Navbar --> |
| 22 | + <header class="header"> |
| 23 | + <div class="logo"> |
| 24 | + <a href="index.html" style="display: flex; align-items: center; text-decoration: none; color: inherit;"> |
| 25 | + <img src="logo.png" alt="LeftyCraft Logo"> |
| 26 | + <span>LeftyCraft</span> |
| 27 | + </a> |
| 28 | + </div> |
| 29 | + <nav> |
| 30 | + <a href="#" onclick="window.open('https://discord.gg/pY6QrjEshm', '_blank')">Discord</a> |
| 31 | + <a href="ranks.html">Ranks</a> |
| 32 | + <a href="support.html">Support</a> |
| 33 | + <a href="#" class="btn-yellow" onclick="copyIP()">Join Now</a> |
| 34 | + </nav> |
| 35 | + </header> |
| 36 | + |
| 37 | + <!-- Support Section --> |
| 38 | + <section class="support-section"> |
| 39 | + <h2>Hubungi Support Kami</h2> |
| 40 | + <p>Pilih platform yang ingin kamu gunakan untuk menghubungi tim support:</p> |
| 41 | + <div class="btn-row"> |
| 42 | + <a href="https://discord.gg/pY6QrjEshm" target="_blank" class="btn-outline"> |
| 43 | + <i class="fa-brands fa-discord"></i> Discord |
| 44 | + </a> |
| 45 | + <a href="https://chat.whatsapp.com/BQBZzXMyPVoDP5NZ6NvYUf" target="_blank" class="btn-outline"> |
| 46 | + <i class="fa-brands fa-whatsapp"></i> WhatsApp |
| 47 | + </a> |
| 48 | + </div> |
| 49 | + </section> |
| 50 | + |
| 51 | + <footer> |
| 52 | + <p>© 2025 LeftyCraft. All rights reserved.</p> |
| 53 | + </footer> |
| 54 | + |
| 55 | +</body> |
| 56 | +</html> |
0 commit comments