privacy policy

This commit is contained in:
2025-06-05 19:42:08 +10:00
parent 8e90c6496f
commit afb46a5edd
4 changed files with 139 additions and 1 deletions

View File

@@ -255,3 +255,19 @@ h1:hover {
color: white;
}
footer {
text-align: center;
margin-top: 3rem;
margin-bottom: 2rem;
font-size: 0.9rem;
}
footer a {
color: #f0f0f0;
text-decoration: underline;
}
footer a:hover {
color: #2563eb;
}