38 lines
1.2 KiB
HTML
38 lines
1.2 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | Invoice - Hope my parents are paying!</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 | Invoice - Hope my parents are paying!</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
|
|
<p>Sublet – TOWING 60.00
|
|
Labor – 1 CHECK OUT WONT START.NO SPARK IGN. COIL IS BAD 112.50
|
|
Part – UF 38 IGN. COIL 108.35</p>
|
|
<p>Warranty is 12 mo. / 12000 mi.</p>
|
|
<p>Hazmat: $2.00
|
|
Supplies: $8.63
|
|
Tax: $8.96</p>
|
|
<p>Total: $300.4</p>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2004-06-21 14:49:39</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>
|