mirror of
https://github.com/mrrpnya/lipu-sona.git
synced 2025-02-13 16:44:39 +00:00
21 lines
558 B
Smarty
21 lines
558 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">
|
|
<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.
|
|
</div>
|
|
</body>
|
|
</html>
|