48 lines
1.7 KiB
Plaintext
48 lines
1.7 KiB
Plaintext
define(`_TITLE', `home')dnl
|
|
define(`_DESCRIPTION', `browser home page')dnl
|
|
define(`_PAGE', `home/')dnl
|
|
define(`_STYLE', `')dnl
|
|
include(`../html.m4')dnl
|
|
<!DOCTYPE html>
|
|
<HTML lang="en">
|
|
include(`../head.m4')dnl
|
|
_body(`
|
|
<P><A HREF="/">~ www.trinity.moe</A></P>
|
|
<SCRIPT SRC="/js/cookies.js" TYPE="application/javascript"></SCRIPT>
|
|
<SCRIPT SRC="/js/sheets.js" TYPE="application/javascript"></SCRIPT>
|
|
<SCRIPT TYPE="application/javascript">
|
|
window.onload = window.initializesheets;
|
|
function time(){
|
|
document.getElementById("time").innerHTML = Math.round(Date.now() / 1000).toString() + "<BR />" + Date().toString();
|
|
}
|
|
var interval = window.setInterval(time, 1000); /* every second */
|
|
</SCRIPT>
|
|
_center(`
|
|
<PRE ID="time">Enable JavaScript to see the date and time.</PRE>
|
|
<P><I>_bold(`Anti-socialization')
|
|
_hyperlink(`https://discord.com/app', `Discord'),
|
|
_hyperlink(`https://old.reddit.com/new', `Reddit'),
|
|
_hyperlink(`https://www.unitedbsd.com/', `UnitedBSD')
|
|
</I></P>
|
|
<P><I>_bold(`Consumption')
|
|
_hyperlink(`https://open.spotify.com/', `Spotify'),
|
|
_hyperlink(`https://yewtu.be/', `YouTube')
|
|
</I></P>
|
|
<P><I>_bold(`Propaganda')
|
|
_hyperlink(`https://dprktoday.com/home/e', `DPRK Today'),
|
|
_hyperlink(`https://text.npr.org/', `NPR'),
|
|
_hyperlink(`https://wttr.in/?m', `wttr.in')
|
|
</I></P>
|
|
<P><I>_bold(`Time-frittering')
|
|
_hyperlink(`https://connect-4.org/', `Connect 4'),
|
|
_hyperlink(`https://timewarple.com/', `Wordle')
|
|
</I></P>
|
|
<P><I>_bold(`Guided wandering')
|
|
_hyperlink(`https://duckduckgo.com/', `DuckDuckGo'),
|
|
_hyperlink(`https://yandex.ru/', `Яндекс')
|
|
</I></P>
|
|
<P>_bold(`_hyperlink(`http://www.trinity.moe/bookmarks', `Bookmarks')'); _bold(`_hyperlink(`https://mail.cock.li/', `Cock Mail')')</P>
|
|
')
|
|
')
|
|
</HTML>
|