blob: cbec3c861483c8c190f1046406dd1fd7940e3f9a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<footer>
<a href="https://github.com/pinapelz">github</a> · <a
href="mailto:yukais@pinapelz.com">email</a
> · <a href="https://microblog.pinapelz.com/">microblog</a>
<p>powered by Astro</p>
</footer>
<style>
footer {
padding: 25px;
text-align: center;
}
footer p {
margin-top: 10px;
font-size: 0.8em;
}
</style>
|