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