# index.html Skyfall SMP — Official Website

Skyfall SMP

The Next Level of Survival Multiplayer

Welcome to Skyfall SMP

A custom survival world with quests, events, ranks, crates, and a strong community. Build, explore, and rise to the top.

# store.html Store — Skyfall SMP

Store

⭐ VIP Rank

$5 — Basic perks + kits

💎 Elite Rank

$15 — Extra kits, nicknames, cosmetics

👑 Titan Rank

$30 — All perks + exclusive abilities

🎁 Crate Keys

From $2 — Vote, Epic, Legendary

# staff.html Staff — Skyfall SMP

Staff Team

Hunter

Owner

Blaze

Admin

Echo

Moderator

# rules.html Rules — Skyfall SMP

Rules

# join.html Join — Skyfall SMP

How to Join

Java Edition IP: mc.skyfallsmp.net

Bedrock Edition IP: mc.skyfallsmp.net

Port: 19132

Join our Discord for updates, support, and giveaways!

# styles.css body { margin: 0; font-family: Arial, sans-serif; background: #0b0b0d; color: white; } .navbar { display: flex; justify-content: space-between; padding: 15px 30px; background: #111; position: sticky; top: 0; } .nav-links { list-style: none; display: flex; gap: 20px; } .nav-links a { text-decoration: none; color: white; transition: 0.3s; } .nav-links a:hover, .nav-links a.active { color: #5a7fff; } .hero { text-align: center; padding: 140px 20px; background: url('https://i.imgur.com/bkV0P8F.jpeg') center/cover; } .hero-btn { padding: 12px 25px; background: #5a7fff; border: none; color: white; border-radius: 8px; cursor: pointer; margin-top: 15px; } .section { max-width: 900px; margin: auto; padding: 60px 20px; } .card { background: #111; padding: 20px; border-radius: 10px; margin: 20px 0; border: 1px solid #222; } .staff-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 20px; } .staff-card { background: #111; padding: 20px; border-radius: 10px; text-align: center; border: 1px solid #222; } .staff-card img { width: 80px; } footer { text-align: center; padding: 30px; background: #111; } # script.js // Placeholder for future features like server-status API console.log("Skyfall SMP site loaded");