lipu-sona/tpl/default.tpl
2020-04-21 10:20:43 +03:00

37 lines
1.5 KiB
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><span class="titlesep"> | </span></h2><h3><?theme title?></h3>
</div>
<div class="content">
<?theme body?>
</div>
<div class="footer">
<a rel="me" href="https://cybre.space/@devurandom"><img src="/mastodon.gif"
width="88px" height="31px" alt="Follow me on Mastodon"></img></a>
<a href="https://vim.org"><img src="/vim.gif"
width="88px" height="31px" alt="This page made with Vim"></img></a>
<a
href="https://twitter.com/AdigunPolack/status/978086591485882368"><img
src="/simplejpc16.gif"
width="88px" height="31px" alt="SimpleJPC-16" title="This website uses the SimpleJPC-16 palette for its design."></img></a>
<a
href="https://gitlab.com/dev_urandom/simple-site/-/blob/master/LICENSE"><img
src="/mit_license.gif"
width="88px" height="31px" alt="MIT license" title="This website, and the scripts used to build it, are available under the conditions of the MIT license."></img></a>
<br />
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>