2020-03-13 15:35:20 +03:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
2021-10-06 12:25:29 +03:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title><?theme title?></title>
|
2022-10-22 12:56:34 +03:00
|
|
|
<meta property="og:site_name" content="lipu sona pona"/>
|
2021-10-06 12:25:29 +03:00
|
|
|
<meta property="og:title" content="<?theme title?>"/>
|
|
|
|
<meta property="og:type" content="website"/>
|
2022-10-22 15:38:23 +03:00
|
|
|
<meta property="og:url" content="https://lipu-sona-pona.github.io/<?theme dir?><?theme source?>"/>
|
2021-10-06 12:25:29 +03:00
|
|
|
<link href="/style.css" rel="stylesheet" type="text/css" media="handheld,print,screen,projection,tv" title="Default Style">
|
|
|
|
<link rel="icon" type="image/png" href="favicon.png">
|
|
|
|
<?theme style?>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="header">
|
|
|
|
<div class="header_image"></div>
|
|
|
|
<div class="header_text">
|
2022-10-22 12:56:34 +03:00
|
|
|
<h2><a href="/">lipu sona pona</a><span class="titlesep"> | </span></h2><h3><?theme title?></h3>
|
2021-10-06 12:25:29 +03:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="middle">
|
|
|
|
<article class="content">
|
2020-07-28 14:25:58 +03:00
|
|
|
<?theme body?>
|
2021-10-06 12:25:29 +03:00
|
|
|
</article>
|
|
|
|
<div class="footer">
|
2022-10-22 15:38:23 +03:00
|
|
|
This website's source code is available <a href="https://github.com/lipu-sona-pona/lipu-sona-pona.github.io">on GitHub</a>.
|
2022-03-18 18:58:04 +03:00
|
|
|
</div>
|
|
|
|
</div>
|
2021-10-06 12:25:29 +03:00
|
|
|
</body>
|
|
|
|
<script src="/scripts.js"></script>
|
2020-03-13 15:35:20 +03:00
|
|
|
</html>
|