Files
gateway-gamers.net/sites/kingmaker/standings.html
T

41 lines
1.3 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en" data-theme="dark">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2026-05-28 17:20:01 -05:00
<title>Standings — Kingmaker</title>
<link rel="stylesheet" href="/src/style.css" />
</head>
<body class="min-h-screen flex flex-col">
<div id="header"></div>
<!-- ===== MAIN CONTENT ===== -->
<main class="flex-1 max-w-7xl w-full mx-auto px-6 py-10">
2026-05-28 17:28:57 -05:00
<h1 class="text-4xl font-bold mb-4">Standings</h1>
<p class="text-lg mb-8">Campaign standings:</p>
<div class="divider"></div>
<!-- Google Sheet embed — replace the src URL with your sheet's embed/publish link -->
<!-- To get the link: File → Share → Publish to web → select sheet → Embed → Copy -->
<div class="w-full">
<iframe
src="https://docs.google.com/spreadsheets/d/e/2PACX-1vR-oB-N4mEkTFMEfcXvJeAB1Of9gAFOL4YZ-6nnYEIS1DjTIjTUTvDx3iCcDLW5YmBwKbpaLbY5KJR_/pubhtml?gid=929746231&amp;single=true&amp;widget=true&amp;headers=false"
width="100%"
height="700"
frameborder="0"
class="rounded-box">
Loading spreadsheet…
</iframe>
</div>
</main>
<div id="footer"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>