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>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<h1><status-indicator></h1>
|
<h1><status-indicator></h1>
|
||||||
<p>
|
<nav>
|
||||||
<a href="https://git.ayo.run/ayo/status-indicator">Ayo's Forge</a> ·
|
<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://github.com/ayo-run/status-indicator">GitHub</a> ·
|
||||||
<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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue