aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Footer.astro
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Footer.astro')
-rw-r--r--src/components/Footer.astro13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/components/Footer.astro b/src/components/Footer.astro
new file mode 100644
index 0000000..08395a4
--- /dev/null
+++ b/src/components/Footer.astro
@@ -0,0 +1,13 @@
+---
+const today = new Date();
+---
+
+<footer>
+ &copy; {today.getFullYear()} YOUR NAME HERE. All rights reserved.
+</footer>
+<style>
+ footer {
+ padding: 25px;
+ text-align: center;
+ }
+</style>
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage