lipu-sona/tpl/default.tpl
2020-04-10 10:34:24 +03:00

24 lines
741 B
Smarty

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title><?theme title?></title>
<link href="/style.css" rel="stylesheet" type="text/css" media="all">
<link rel="icon" type="image/png" href="favicon.png">
<?theme style?>
<script src="/scripts.js"></script>
</head>
<body>
<div class="header">
<h2><a href="/">rnd's website</a> | </h2><h3><?theme title?></h3>
</div>
<div class="content">
<?theme body?>
</div>
<div class="footer">
Website created and updated by /dev/urandom. Source code available on the
<a href="https://gitlab.com/dev_urandom/simple-site">GitLab page</a>.
</div>
</body>
</html>