aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Footer.astro
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> &middot; <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>
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage