13 lines
296 B
HTML
13 lines
296 B
HTML
<html>
|
|
<head>
|
|
<title>{{day_out_of_time}} {{year}}</title>
|
|
<link href="/css" rel="stylesheet" type="text/css" media="screen" />
|
|
</head>
|
|
<body>
|
|
<h1>
|
|
IFC Fixed Calendar: {{day_out_of_time}}, {{year}} years after the
|
|
invention of agriculture
|
|
</h1>
|
|
</body>
|
|
</html>
|