Files
Power BI Dev d80baff1e1 feat: tambah grup 06-10 (PPL-B) dan update shell halaman grup
- Update index.html launcher: tambah Group 06-10 (ACAAB, LimaEm, RODA, Tapops, ApeNameTeamE)
- Semua 10 halaman grup kini pakai navbar & footer identik dengan prod (Tailwind, mega menu, mobile menu)
- Tambah assets/global/output.css dan localization.js untuk dukungan Tailwind dan toggle ID/EN
- Buat folder dan index.html untuk Group 06-10

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-22 07:52:07 +07:00

40 lines
1.7 KiB
HTML
Raw Permalink 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="id">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Web Student Safe - Launcher</title>
<style>
body { font-family: Inter, Arial, sans-serif; margin: 0; background: #f8fafc; color: #0f172a; }
.wrap { width: min(900px, 92%); margin: 40px auto; }
.card { background: #fff; border: 1px solid #e2e8f0; padding: 20px; border-radius: 10px; }
h1 { margin: 0 0 10px; font-size: 1.8rem; }
p { color: #475569; }
ul { padding-left: 1rem; }
li { margin: .6rem 0; }
a { color: #0ea5e9; text-decoration: none; font-weight: 600; }
a:hover { text-decoration: underline; }
</style>
</head>
<body>
<main class="wrap">
<section class="card">
<h1>Web Student Safe</h1>
<p>Launcher untuk akses halaman tiap kelompok.</p>
<ul>
<li><a href="./groups/Jellyfish.Corp/index.html">Group 01 Jellyfish.Corp</a></li>
<li><a href="./groups/HabisIniSeminar/index.html">Group 02 HabisIniSeminar</a></li>
<li><a href="./groups/HarusSelesaiKP/index.html">Group 03 HarusSelesaiKP</a></li>
<li><a href="./groups/C4A/index.html">Group 04 C4A</a></li>
<li><a href="./groups/M4N1FEST/index.html">Group 05 M4N1FEST</a></li>
<li><a href="./groups/ACAAB/index.html">Group 06 ACAAB</a></li>
<li><a href="./groups/LimaEm/index.html">Group 07 LIMA EM</a></li>
<li><a href="./groups/RODA/index.html">Group 08 RODA</a></li>
<li><a href="./groups/Tapops/index.html">Group 09 TAPOPS</a></li>
<li><a href="./groups/ApeNameTeamE/index.html">Group 10 Ape Name Tim E</a></li>
</ul>
</section>
</main>
</body>
</html>