2020-04-25 06:10:06 +00:00
<!doctype html>
< html >
< head >
< title > Zk | [no subject]< / title >
< link rel = "stylesheet" type = "text/css" href = "/style.css" / >
< meta name = "viewport" content = "width=device-width" / >
< meta charset = "utf-8" / >
< / head >
< body >
< main >
< header >
< h1 > Zk | [no subject]< / h1 >
< / header >
< article class = "content" >
2020-04-25 06:30:08 +00:00
< p > < span class = "tag" > diary< / span > < span class = "tag" > livejournal< / span > < span class = "tag" > fossils< / span > < / p >
< p > I guess you have to have the downs to make the ups enjoyable, but must they be so low?< / p >
2020-06-24 07:10:07 +00:00
< p > Edit1 - That said, this is a really cool feeling. It’ s like I’ m asleep, really, but.. I’ m awake o.O If I close my eyes I start dreaming.< / p >
< p > Edit2 - Heh. I translated Spem in Alium. Kinda makes me think twice about a public performance. But it’ s so puuuuurdy.< / p >
2020-04-25 06:10:06 +00:00
< p > Spem in alium numquam habui praeter in te
< em > I have never put my hope in another except for you< / em >
Deus Israel
< em > God of Israel< / em >
qui irasceris
< em > Who will fly into a rage< / em >
et propitius eris
< em > And will be well-disposed< / em >
et omnia peccata hominum in tribulatione dimitis
< em > and who dismisses all sins in troubled man< / em >
Domine Deus Creator coeli et terra
< em > Lord God, creator of heaven< small > damn, I hate that spelling< / small > and earth< / em >
respice humiliationem nostram
< em > (behold < / em > or< em > care for) our lowliness< /em< / p >
< / article >
< footer >
< p > Page generated on 2004-08-03 23:15:24< / p >
< / footer >
< / main >
2020-06-24 07:10:07 +00:00
< 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 >
2020-04-25 06:10:06 +00:00
< / body >
< / html >