diff --git a/web/src/components/footer.astro b/web/src/components/footer.astro
index 2bae1e9..1e91894 100644
--- a/web/src/components/footer.astro
+++ b/web/src/components/footer.astro
@@ -12,6 +12,10 @@ const links = [
txt: "email",
lnk: "mailto:contact@breadone.net"
},
+ {
+ txt: "copyright",
+ lnk: "/copyright"
+ }
]
---
diff --git a/web/src/pages/copyright.astro b/web/src/pages/copyright.astro
new file mode 100644
index 0000000..aaf1656
--- /dev/null
+++ b/web/src/pages/copyright.astro
@@ -0,0 +1,27 @@
+---
+import Base from "src/layout/Base.astro"
+import Sidebar from "src/components/sidebar.astro"
+---
+
+
Copyright & License
+ +© {new Date().getFullYear()} breadone.net. All Rights Reserved.
+ ++ All content on this website, including but not limited to text, images, + photographs, and code, is protected by copyright law. No part of this + website may be reproduced, distributed, or transmitted in any form or + by any means without the prior written permission of the author. +
++ For permission requests, please email me. +
+