feat(site): update demo page layout
This commit is contained in:
parent
0ac93c99d0
commit
3d4ef46438
1 changed files with 7 additions and 5 deletions
12
index.html
12
index.html
|
|
@ -26,13 +26,15 @@
|
|||
<body>
|
||||
<header>
|
||||
<h1><status-indicator></h1>
|
||||
<p>
|
||||
<nav>
|
||||
<a href="https://git.ayo.run/ayo/status-indicator">Ayo's Forge</a> ·
|
||||
<a href="https://github.com/ayo-run/status-indicator">GitHub</a> ·
|
||||
<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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue