diff options
Diffstat (limited to 'footer.html')
| -rw-r--r-- | footer.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/footer.html b/footer.html new file mode 100644 index 0000000..8d48db8 --- /dev/null +++ b/footer.html @@ -0,0 +1,15 @@ +<div style="margin-top:20px;padding:10px;border-top:1px solid #333;font-size:13px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;"> + <div> + <b>send patches to the email below<br> + <a href="mailto:yukais@pinapelz.com">yukais@pinapelz.com</a><br> + include the subject <code>[PATCH repo_name]</code> + </div> + + <div style="text-align:right;"> + <a href="https://pinapelz.com" style="font-weight:bold;text-decoration:none;"> + pinapelz.com + </a><br> + <span style="opacity:0.7;">homepage</span> + </div> + +</div> |
