2021-08-21 23:30:11 +00:00
<!doctype html>
< html >
< head >
< title > Zk | The Life of St Dog< / title >
2023-05-11 05:35:08 +00:00
< link rel = "stylesheet" href = "https://fonts.googleapis.com/css2?family=Gentium+Plus&family=Lato&family=Ubuntu+Monodisplay=swap" / >
2024-05-05 04:30:12 +00:00
< link rel = "stylesheet" type = "text/css" href = "/style.css?2024-05-04" / >
2021-08-21 23:30:11 +00:00
< meta name = "viewport" content = "width=device-width" / >
< meta charset = "utf-8" / >
< / head >
< body >
< main >
< header >
< h1 > Zk | The Life of St Dog< / h1 >
< / header >
< article class = "content" >
< p > < span class = "tag" > writing< / span > < span class = "tag" > short-story< / span > < span class = "tag" > fiction< / span > < / p >
< p > Born in 2001 as Jessie, adopted by her owners Jonathan and Amanda Spiers at 3 months old — died 2014 — beatified 2020 — canonized 2021 — feast day November 23< / p >
< p > “ Dog” is of obscure origin, first appearing in Middle English as ‘ docga’ , though from where is lost to time. < / p >
< / article >
< footer >
2024-05-05 04:30:12 +00:00
< p > Page generated on 2024-05-04< / p >
2021-08-21 23:30:11 +00:00
< / footer >
< / main >
< script type = "text/javascript" >
document.querySelectorAll('.tag').forEach(tag => {
let text = tag.innerText;
tag.innerText = '';
tag.innerHTML = `< a href = "/tags.html#${text}" > ${text}< / a > `;
});
< / script >
< / body >
< / html >