header.html - saait - the most boring static page generator | |
git clone git://git.codemadness.org/saait | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
header.html (1558B) | |
--- | |
1 <!DOCTYPE html> | |
2 <html dir="ltr" lang="${lang}"> | |
3 <head> | |
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-… | |
5 <meta http-equiv="Content-Language" content="${lang}" /> | |
6 <meta name="viewport" content="width=device-width" /> | |
7 <meta name="keywords" content="${keywords}" /> | |
8 <meta name="description" content="${description}" /> | |
9 <meta name="author" content="${author}" /> | |
10 <meta name="generator" content="${sitegenerator}" /> | |
11 <title>Posts - ${sitetitle}</title> | |
12 <link rel="stylesheet" href="style.css" type="text/css" media="s… | |
13 <link rel="stylesheet" href="print.css" type="text/css" media="p… | |
14 <link rel="alternate" href="atom.xml" type="application/atom+xml… | |
15 <link rel="alternate" href="atom_content.xml" type="application/… | |
16 <link rel="icon" href="/favicon.png" type="image/png" /> | |
17 </head> | |
18 <body> | |
19 <nav id="menuwrap"> | |
20 <table id="menu" width="100%" border="0"> | |
21 <tr> | |
22 <td id="links" align="left"> | |
23 <a href="index.html">Blog</a> | | |
24 <a href="/git/" title="Git repository wi… | |
25 <a href="/releases/">Releases</a> | | |
26 <a href="gopher://codemadness.org">Gophe… | |
27 </td> | |
28 <td id="links-contact" align="right"> | |
29 <span class="hidden"> | </span> | |
30 <a href="feeds.html">Feeds</a> | | |
31 <a href="pgp.asc">PGP</a> | | |
32 <a href="mailto:${sitemail}">Mail</a> | |
33 </td> | |
34 </tr> | |
35 </table> | |
36 </nav> | |
37 <hr class="hidden" /> | |
38 <main id="mainwrap"> | |
39 <div id="main"> | |
40 <h1>Posts</h1> | |
41 <table> |