32 lines
1.4 KiB
HTML
32 lines
1.4 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | French is confusing.</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 | French is confusing.</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
|
|
<p>You can say five until five in the afternoon (cinq heures moins cinq a l’après-midi), but not five until 1700(<s>dix-sept heures moins cinq</s> dix-sept heures et cinquante-cinq). Also, whose idea was it to make seventy ‘sixty-plus-ten’, eighty ‘twenty-times-four’, and ninety ‘twenty-times-four-plus-ten’?</p>
|
|
<p>Oh well, reasonably fun. Choir should be fun, too, except for the Disney medley</p>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2007-08-23 19:13:41</p>
|
|
</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>
|