feat: update footer
This commit is contained in:
parent
51b11c7505
commit
6c7c5a4230
1 changed files with 5 additions and 4 deletions
|
@ -1,15 +1,16 @@
|
||||||
<footer>
|
<footer>
|
||||||
<ul role="list" style="list-style:none">
|
<ul role="list" style="list-style:none">
|
||||||
<li>This website is a shameless template of <a href="https://astro.build" target="_blank">Astro</a></li>
|
<li>This website is a shameless template of <a href="https://astro.build" target="_blank">Astro</a></li>
|
||||||
<li>2022 @ Ayo Ayco. All Rights Reserved</li>
|
<li>2022 @ <a href="/">Ayo Ayco</a>. All Rights Reserved</li>
|
||||||
|
<li>Moved my old website to <a href="https://classic.ayco.io">a new address</a>.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--astro-gradient: linear-gradient(0deg, #4f39fa, #da62c4);
|
--astro-gradient: linear-gradient(0deg, #4f39fa, #da62c4);
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
color: #888;
|
color: #888;
|
||||||
|
|
Loading…
Reference in a new issue