update from sparkleup
This commit is contained in:
parent
9989608d68
commit
12e41889a9
|
@ -12,7 +12,7 @@
|
|||
<h1>Zk | 001</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<h2 id="codrincastor-balan-ioan-balana">Codrin#Castor Bălan — Ioan Bălana</h2>
|
||||
<h2 id="codrincastor-balan-ioan-balan">Codrin#Castor Bălan — Ioan Bălan</h2>
|
||||
<blockquote>
|
||||
<p>systime 222 (2346)<br />
|
||||
(transmission delay)</p>
|
||||
|
|
|
@ -0,0 +1,29 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | 002</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 | 002</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<h2 id="ioan-balan-the-balan-clade">Ioan Bălan — The Bălan clade</h2>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2022-08-06</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>
|
|
@ -0,0 +1,29 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | 003</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 | 003</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<h2 id="codrincastor-balan-the-balan-clade">Codrin#Castor Bălan — The Bălan clade</h2>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2022-08-06</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>
|
Loading…
Reference in New Issue