diff options
| author | Shipwreckt <me@shipwreckt.co.uk> | 2026-04-04 16:00:46 +0100 |
|---|---|---|
| committer | Shipwreckt <me@shipwreckt.co.uk> | 2026-04-04 16:00:46 +0100 |
| commit | fa66253c4fa3a8734408451fdc53dae7fa13491c (patch) | |
| tree | 9bbc217712aaa4940e30c1c6ad332a53f5502b2f /public/archive/saints/index.html | |
| parent | 2505f83cb444cef4612ab31215c10c8c30b92bac (diff) | |
Diffstat (limited to 'public/archive/saints/index.html')
| -rw-r--r-- | public/archive/saints/index.html | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/public/archive/saints/index.html b/public/archive/saints/index.html new file mode 100644 index 0000000..f235239 --- /dev/null +++ b/public/archive/saints/index.html @@ -0,0 +1,41 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>Saints</title> + <link rel="stylesheet" href="/assets/css/main.css"> + </head> + <body> + <header> + <nav class="site-nav"> + <div class="nav-container"> + <div class="nav-left"> + <a href="/" class="site-title">Shipwreckt</a> + </div> + <ul class="nav-right"> + <li><a href="/">Home</a></li> + <li><a href="/archive/">Archive</a></li> + <li><a href="/links/">Links</a></li> + <li><a href="/contact/">Contact</a></li> + </ul> + </div> + </nav> + <hr> + </header> + <main> + <h1>Saints</h1> +<p>This page is dedicated to saints according to their feast days which can be found in the BCP (Book of Common Prayer) calender.</p> +<hr> +<p>DD-MM</p> +<p>03-04 - <a href="Saint_Richard_of_Chichester">Saint Richard of Chichester</a></p> + + </main> + </body> + <footer> + <center> + <pre> <a href="https://www.gnu.org/licenses/copyleft.en.html">🄯 2023-2025 Shipwreckt</a> - <a href="https://git.shipwreckt.co.uk/Website.git/">Source code</a> - <a href="mailto:me@shipwreckt.co.uk">me@shipwreckt.co.uk</a></pre> + </center> + </footer> +</html> + |
