39 lines
1.2 KiB
PHP
39 lines
1.2 KiB
PHP
<?php
|
|
declare(strict_types=1);
|
|
?>
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>LASUCA Controls • Section Library</title>
|
|
<link rel="stylesheet" href="theme.css?v=1" />
|
|
</head>
|
|
<body>
|
|
<main class="module-shell">
|
|
<header class="module-heading">
|
|
<div>
|
|
<h1 class="module-heading__title">Display Section Library</h1>
|
|
<p class="module-heading__meta">
|
|
Preview every modular panel with the refreshed theme
|
|
</p>
|
|
</div>
|
|
<div class="module-heading__meta">
|
|
<span>Last updated <time data-section-status>--</time></span>
|
|
<span
|
|
class="module-pill module-pill--warn"
|
|
data-section-error
|
|
aria-hidden="true"
|
|
></span>
|
|
</div>
|
|
</header>
|
|
<div class="module-grid" data-section-root>
|
|
<div class="module-card module-card--tight">
|
|
<p>Loading sections…</p>
|
|
</div>
|
|
</div>
|
|
</main>
|
|
<script src="theme.js?v=1" defer></script>
|
|
</body>
|
|
</html>
|