2020-03-13 15:35:20 +03:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
2021-10-06 12:25:29 +03:00
|
|
|
<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"/>
|
2022-03-17 23:00:40 +03:00
|
|
|
<meta property="og:url" content="https://devurandom.xyz/<?theme dir?><?theme source?>"/>
|
2021-10-06 12:25:29 +03:00
|
|
|
<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">
|
|
|
|
<link rel="icon" type="image/png" href="favicon.png">
|
|
|
|
<link rel="preload" href="/menu_button_hover.gif" as="image">
|
|
|
|
<link rel="preload" href="/menu_button_sel.gif" as="image">
|
|
|
|
<?theme style?>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="header">
|
|
|
|
<div class="header_image"></div>
|
|
|
|
<div class="itime">
|
2020-11-17 22:38:22 +03:00
|
|
|
<div class="itime-text">internet time @ <span id="itime-value">???</span></div>
|
|
|
|
<div class="itime-bar"><div id="itime-progress"></div></div>
|
2021-10-06 12:25:29 +03:00
|
|
|
</div>
|
|
|
|
<div class="tenpo">
|
2021-09-03 12:49:29 +03:00
|
|
|
<div class="tenpo-text">tenpo ni li "<span id="tenpo-value">???</span>"</div>
|
2021-10-06 12:25:29 +03:00
|
|
|
</div>
|
|
|
|
<div class="header_text">
|
2020-04-18 16:54:17 +03:00
|
|
|
<h2><a href="/">rnd's website</a><span class="titlesep"> | </span></h2><h3><?theme title?></h3>
|
2021-10-06 12:25:29 +03:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="middle">
|
|
|
|
<div class="navbar nav_linkmenu">
|
|
|
|
<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>
|
|
|
|
</div>
|
|
|
|
<article class="content">
|
2020-07-28 14:25:58 +03:00
|
|
|
<?theme body?>
|
2021-10-06 12:25:29 +03:00
|
|
|
</article>
|
|
|
|
<div class="footer">
|
2022-10-15 18:05:01 +03:00
|
|
|
<a rel="me" href="https://cutiehaven.club/rnd"><img src="/banners/mastodon.gif"
|
2020-08-02 18:27:44 +03:00
|
|
|
width="88" height="31" alt="Follow me on Mastodon" /></a>
|
2021-10-13 20:58:31 +03:00
|
|
|
<a rel="me" href="https://toki.social/@janLentan"><img src="/banners/mastodon_tp.gif"
|
|
|
|
width="88" height="31" alt="o kute e toki mi kepeken ilo Masoton" /></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://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 />
|
2022-03-18 18:58:04 +03:00
|
|
|
</div>
|
|
|
|
</div>
|
2021-10-06 12:25:29 +03:00
|
|
|
</body>
|
|
|
|
<script src="/scripts.js"></script>
|
2020-03-13 15:35:20 +03:00
|
|
|
</html>
|