lipu-sona/tpl/default.tpl

49 lines
2 KiB
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>
2020-05-27 16:19:57 +03:00
<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?>"/>
2020-03-13 15:35:20 +03:00
<link href="/style.css" rel="stylesheet" type="text/css" media="all">
2020-05-14 13:31:38 +03:00
<link href="xstyle.css" rel="stylesheet" type="text/css" media="all">
2020-04-10 10:27:29 +03:00
<link rel="icon" type="image/png" href="favicon.png">
2020-04-09 21:24:28 +03:00
<?theme style?>
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">
2020-05-14 13:31:38 +03:00
<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>
2020-05-14 13:31:38 +03:00
</div>
2020-03-13 16:06:12 +03:00
</div>
<div class="content">
<?theme body?>
</div>
<div class="footer">
2020-07-17 22:01:50 +03:00
<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>
2020-05-14 17:04:04 +03:00
<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>.
2020-03-13 16:06:12 +03:00
</div>
2020-03-13 15:35:20 +03:00
</body>
2020-07-17 22:01:50 +03:00
<script src="/scripts.js"></script>
2020-03-13 15:35:20 +03:00
</html>