23 lines
896 B
HTML
23 lines
896 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | Quick note...</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 | Quick note...</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p>Got the LJ pages on my site working, so.. neat. On the side bar there's a LJ Events section with the subjects from the last 10 as links that lead to the individual entries, along with links to the events page with the last 10 in full and soon links to the calendar and whatever. Y'know.. copying and such.</p>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2002-08-08 03:55:06</p>
|
|
</footer>
|
|
</main>
|
|
</body>
|
|
</html>
|