lipu-sona/tpl/default.tpl

64 lines
3.1 KiB
Smarty
Raw Normal View History

2020-03-13 15:35:20 +03:00
<!DOCTYPE html>
2020-07-28 14:25:58 +03:00
<!-- vim: set sw=2: -->
2020-03-13 15:35:20 +03:00
<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?>"/>
<link href="/style.css" rel="stylesheet" type="text/css" media="handheld,print,screen,projection,tv" title="Default Style">
<link href="/style_tty.css" rel="stylesheet" type="text/css" media="braille,speech,tty" title="TTY Web Browser Style">
<link href="xstyle.css" rel="stylesheet" type="text/css" media="handheld,print,screen,projection,tv">
2020-04-10 10:27:29 +03:00
<link rel="icon" type="image/png" href="favicon.png">
2021-01-26 10:06:46 +03:00
<link rel="preload" href="/menu_button_hover.gif" as="image">
<link rel="preload" href="/menu_button_sel.gif" as="image">
2020-04-09 21:24:28 +03:00
<?theme style?>
2020-03-13 15:35:20 +03:00
</head>
2020-07-28 14:25:58 +03:00
<body>
<div class="header">
<div class="header_image"></div>
2020-11-17 22:38:22 +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>
<div class="tenpo">
<div class="tenpo-text">tenpo ni li "<span id="tenpo-value">???</span>"</div>
</div>
2020-07-28 14:25:58 +03:00
<div class="header_text">
<h2><a href="/">rnd's website</a><span class="titlesep"> | </span></h2><h3><?theme title?></h3>
2020-07-28 14:25:58 +03:00
</div>
</div>
<div class="middle">
<div class="navbar nav_linkmenu">
2021-01-31 15:01:30 +03:00
<nav class="links"><a href="/index.html">Main page</a><a href="/about_me.html">About me</a><a href="/blog">Blog thingy</a><a href="/politics">Politics</a><a href="/tokipona">toki pona</a></nav>
2020-07-28 14:25:58 +03:00
</div>
2020-12-03 17:00:15 +03:00
<article class="content">
2020-07-28 14:25:58 +03:00
<?theme body?>
2020-12-03 17:00:15 +03:00
</article>
2020-07-28 14:25:58 +03:00
<div class="footer">
2020-11-17 19:51:19 +03:00
<a rel="me" href="https://cybre.space/@devurandom"><img src="/banners/mastodon.gif"
2020-08-02 18:27:44 +03:00
width="88" height="31" alt="Follow me on Mastodon" /></a>
2021-01-31 14:14:17 +03:00
<a href="https://ko-fi.com/dev_urandom"><img src="/banners/kofi.gif"
width="88" height="31" alt="Support me on Ko-fi" /></a>
2020-11-17 19:51:19 +03:00
<a href="https://www.vim.org"><img src="/banners/vim.gif"
2020-08-02 18:27:44 +03:00
width="88" height="31" alt="This page made with Vim" /></a>
2020-11-17 19:51:19 +03:00
<a href="https://twitter.com/AdigunPolack/status/978086591485882368"><img src="/banners/simplejpc16.gif"
2020-08-02 18:27:44 +03:00
width="88" height="31" alt="SimpleJPC-16" title="This website uses the SimpleJPC-16 palette for its design." /></a>
2020-11-17 19:51:19 +03:00
<a href="https://mozilla.org/en-US/firefox/"><img src="/banners/firefox.gif"
2020-08-02 18:27:44 +03:00
width="88" height="31" alt="Best viewed in Firefox" title="This website is best viewed in the Firefox web browser."/ ></a>
2020-11-17 22:38:22 +03:00
<a href="https://rnd.neocities.org/tokipona/"><img src="/banners/mute_lukin.gif"
width="88" height="31" alt="jan li lukin e lipu ni lon tenpo mute"/ ></a>
2021-05-19 10:44:29 +03:00
<img src="/banners/trans_rights.gif"
width="88" height="31" alt="Trans Rights Now!"/ >
2020-07-28 14:25:58 +03:00
<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>
</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>