lipu-sona/tpl/default.tpl

22 lines
558 B
Smarty
Raw Normal View History

2020-03-13 15:35:20 +03:00
<!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">
2020-03-14 20:27:53 +03:00
<script src="/scripts.js"></script>
2020-03-13 15:35:20 +03:00
</head>
2020-03-14 20:27:53 +03:00
<body>
2020-03-13 16:06:12 +03:00
<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">
2020-03-14 20:27:53 +03:00
Website created and updated by /dev/urandom.
2020-03-13 16:06:12 +03:00
</div>
2020-03-13 15:35:20 +03:00
</body>
</html>