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