home/ changes
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
index.html: index.m4 ../head.m4
|
||||
index.html: index.m4 ../head.m4 ../html.m4
|
||||
m4 index.m4 >index.html
|
||||
|
||||
@@ -1,11 +1,12 @@
|
||||
define(`_TITLE', `home')dnl
|
||||
define(`_DESCRIPTION', `browser home page')dnl
|
||||
define(`_PAGE', `home/')dnl
|
||||
define(`_STYLE', `')
|
||||
define(`_STYLE', `')dnl
|
||||
include(`../html.m4')dnl
|
||||
<!DOCTYPE html>
|
||||
<HTML lang="en">
|
||||
include(`../head.m4')dnl
|
||||
<BODY>
|
||||
_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>
|
||||
@@ -16,31 +17,31 @@ function time(){
|
||||
}
|
||||
var interval = window.setInterval(time, 1000); /* every second */
|
||||
</SCRIPT>
|
||||
<CENTER>
|
||||
_center(`
|
||||
<PRE ID="time">Enable JavaScript to see the date and time.</PRE>
|
||||
<P><I><B>Anti-socialization</B>
|
||||
<A HREF="https://discord.com/app">Discord</A>,
|
||||
<A HREF="https://old.reddit.com/new">Reddit</A>,
|
||||
<A HREF="https://www.unitedbsd.com/">UnitedBSD</A>
|
||||
<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><B>Consumption</B>
|
||||
<A HREF="https://open.spotify.com/">Spotify</A>,
|
||||
<A HREF="https://yewtu.be/">YouTube</A>
|
||||
<P><I>_bold(`Consumption')
|
||||
_hyperlink(`https://open.spotify.com/', `Spotify'),
|
||||
_hyperlink(`https://yewtu.be/', `YouTube')
|
||||
</I></P>
|
||||
<P><I><B>Propaganda</B>
|
||||
<A HREF="https://dprktoday.com/home/e">DPRK Today</A>,
|
||||
<A HREF="https://text.npr.org/">NPR</A>,
|
||||
<A HREF="https://wttr.in/">wttr.in</A>
|
||||
<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><B>Time-frittering</B>
|
||||
<A HREF="https://connect-4.org/">Connect 4</A>,
|
||||
<A HREF="https://timewarple.com/">Warple</A>
|
||||
<P><I>_bold(`Time-frittering')
|
||||
_hyperlink(`https://connect-4.org/', `Connect 4'),
|
||||
_hyperlink(`https://timewarple.com/', `Wordle')
|
||||
</I></P>
|
||||
<P><I><B>Guided wandering</B>
|
||||
<A HREF="https://duckduckgo.com/">DuckDuckGo</A>,
|
||||
<A HREF="https://yandex.ru/">Яндекс</A>
|
||||
<P><I>_bold(`Guided wandering')
|
||||
_hyperlink(`https://duckduckgo.com/', `DuckDuckGo'),
|
||||
_hyperlink(`https://yandex.ru/', `Яндекс')
|
||||
</I></P>
|
||||
<P><B><A HREF="http://www.trinity.moe/bookmarks">Bookmarks</B></A>; <A HREF="https://mail.cock.li/">Cock Mail</A></P>
|
||||
</CENTER>
|
||||
</BODY>
|
||||
<P>_bold(`_hyperlink(`http://www.trinity.moe/bookmarks', `Bookmarks')'); _bold(`_hyperlink(`https://mail.cock.li/', `Cock Mail')')</P>
|
||||
')
|
||||
')
|
||||
</HTML>
|
||||
|
||||
Reference in New Issue
Block a user