49 lines
1.8 KiB
HTML
49 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html dir="ltr" lang="${lang}">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<meta http-equiv="Content-Language" content="${lang}" />
|
|
<meta name="viewport" content="width=device-width" />
|
|
<meta name="keywords" content="${keywords}" />
|
|
<meta name="description" content="${description}" />
|
|
<meta name="author" content="${author}" />
|
|
<meta name="generator" content="${sitegenerator}" />
|
|
<title>${sitetitle}</title>
|
|
<link rel="stylesheet" href="style.css" type="text/css" media="screen" />
|
|
<link rel="stylesheet" href="print.css" type="text/css" media="print" />
|
|
<link rel="alternate" href="atom.xml" type="application/atom+xml" title="${sitetitle} Atom Feed" />
|
|
<link rel="alternate" href="atom_content.xml" type="application/atom+xml" title="${sitetitle} Atom Feed with content" />
|
|
<link rel="icon" href="/favicon.png" type="image/png" />
|
|
</head>
|
|
<body>
|
|
<nav id="menuwrap">
|
|
<div class="logo">
|
|
<a href="/">
|
|
<img class="logo" align="left" alt="technoduck" src="technoduck.png">
|
|
</a>
|
|
</div>
|
|
<table id="menu" width="100%" border="0">
|
|
<tr>
|
|
<td id="links" align="left">
|
|
<a href="index.html">Blog</a> |
|
|
<a href="https://git.technoduck.me" title="Git repository with some of my projects">Git</a> |
|
|
<a href="https://cv.technoduck.me">Files</a> |
|
|
<a href="https://wip.technoduck.me">[WIP]</a> |
|
|
<a href="https://wiki.cold-metal.technoduck.me">Cold Metal™</a> |
|
|
<!-- <a href="gopher://codemadness.org">Gopherhole</a> -->
|
|
</td>
|
|
<td id="links-contact" align="right">
|
|
<span class="hidden"> | </span>
|
|
<a href="feeds.html">Feeds</a> |
|
|
<a href="duck.asc">PGP</a> |
|
|
<a href="mailto:${sitemail}">Mail</a>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<p>${welcome_message}</p>
|
|
</nav>
|
|
<hr class="hidden" />
|
|
<main id="mainwrap">
|
|
<div id="main">
|
|
<h1>Posts</h1>
|
|
<table>
|