mirror of
https://github.com/xtool-org/xtool.git
synced 2026-02-04 11:53:30 +01:00
20 lines
375 B
HTML
20 lines
375 B
HTML
<style>
|
|
footer {
|
|
display: flex;
|
|
justify-content: center;
|
|
padding: 0.5rem 0.8rem;
|
|
background-color: var(--color-fill-secondary);
|
|
text-align: center;
|
|
}
|
|
|
|
a, a:visited {
|
|
color: var(--color-text);
|
|
}
|
|
</style>
|
|
|
|
<footer>
|
|
<span>
|
|
© xtool maintainers. This site is powered by <a href="https://www.netlify.com">Netlify</a>.
|
|
</span>
|
|
</footer>
|