feat(site): update demo page layout

This commit is contained in:
ayo 2026-05-09 07:08:10 +02:00
parent 0ac93c99d0
commit 3d4ef46438

View file

@ -26,13 +26,15 @@
<body>
<header>
<h1>&lt;status-indicator&gt;</h1>
<p>
<nav>
<a href="https://git.ayo.run/ayo/status-indicator">Ayo's Forge</a> &middot;
<a href="https://github.com/ayo-run/status-indicator">GitHub</a> &middot;
<a href="https://git.sr.ht/~ayoayco/status-indicator">SourceHut</a>
</p>
</nav>
<hr />
</header>
<main>
<p>Colored circles that can pulse</p>
<status-indicator status="positive" pulse>
All systems operational
</status-indicator>
@ -55,11 +57,11 @@
</main>
<footer>
<hr />
<p>
<small>
Just keep building.
<br>
A web component by <a href="https://ayo.ayco.io">Ayo</a>.
</p>
</small>
</footer>
</body>
</html>
</html>