mirror of
https://github.com/mrrpnya/lipu-sona.git
synced 2025-02-13 16:44:39 +00:00
48 lines
2 KiB
Smarty
48 lines
2 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>
|
|
<meta property="og:site_name" content="rnd's website"/>
|
|
<meta property="og:title" content="<?theme title?>"/>
|
|
<meta property="og:type" content="website"/>
|
|
<meta property="og:url" content="https://rnd.neocities.org/<?theme dir?><?theme source?>"/>
|
|
<link href="/style.css" rel="stylesheet" type="text/css" media="all">
|
|
<link href="xstyle.css" rel="stylesheet" type="text/css" media="all">
|
|
<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="/">rnd's website</a><span class="titlesep"> | </span></h2><h3><?theme title?></h3>
|
|
</div>
|
|
</div>
|
|
<div class="content">
|
|
<?theme body?>
|
|
</div>
|
|
<div class="footer">
|
|
<div class="itime">
|
|
<div class="itime-text">internet time @ <span id="itime-value">???</span></div>
|
|
<div class="itime-bar"><div id="itime-progress"></div></div>
|
|
</div>
|
|
<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://mozilla.org/en-US/firefox/"><img src="/firefox.gif"
|
|
width="88px" height="31px" alt="Best viewed in Firefox" title="This website is best viewed in the Firefox web browser."></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>
|
|
<script src="/scripts.js"></script>
|
|
</html>
|