lipu-sona/templates/default.tpl

36 lines
1.2 KiB
Smarty
Raw Normal View History

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>
<!-- When working in a fork, change this to "/forkname/" -->
2024-08-20 23:27:04 +05:00
<!--<base href="/lipu-sona-pona/" />-->
<base href="/" />
<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 16:06:11 +03:00
<meta property="og:url" content="https://lipu-sona.pona.la/<?theme dir?><?theme source?>"/>
<link href="style.css" rel="stylesheet" type="text/css" media="handheld,print,screen,projection,tv" title="Default Style">
2021-10-06 12:25:29 +03:00
<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">
<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">
This website's source code is available <a href="https://github.com/pona-la/lipu-sona">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>