13 lines
406 B
HTML
13 lines
406 B
HTML
<html>
|
|
<!-- vim: set ts=4 sw=4 noet: -->
|
|
<head>
|
|
<title><+TITLE+></title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="description" content="<+DESCRIPTION+>" />
|
|
<meta name="keywords" content="<+KEYWORDS+>" />
|
|
<link rel="stylesheet" media="screen" type="text/css" href="./style/design.css" />
|
|
</head>
|
|
<body>
|
|
<+CODE+>
|
|
</body>
|
|
</html>
|