blob: 2f7f5d5eb3a8a71c92d91a5665a8d08540f85cf1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
---
const today = new Date();
---
<footer>
<a href="https://pinapelz.moe">hub</a> · <a href="https://github.com/pinapelz">github</a> · <a href="mailto:yshan@pinapelz.com">email</a>
</footer>
<style>
footer {
padding: 25px;
text-align: center;
}
</style>
|