tidy up the house again
This commit is contained in:
52
homepage/home/index.html
Normal file
52
homepage/home/index.html
Normal file
@@ -0,0 +1,52 @@
|
||||
<!DOCTYPE html>
|
||||
<HTML LANG="en">
|
||||
<HEAD>
|
||||
<LINK HREF="http://www.trinity.moe/home" REL="canonical" />
|
||||
<LINK HREF="https://raw.githubusercontent.com/devenblake/homepage/main/favicon.ico" REL="shortcut icon" TYPE="image/x-icon" />
|
||||
<LINK HREF="/css/blank.css" ID="styling" REL="stylesheet" />
|
||||
<META CHARSET="UTF-8" />
|
||||
<META CONTENT="noindex" NAME="googlebot" /> <!-- FUCK GOOGLE -->
|
||||
<META CONTENT="interest-cohort=()" HTTP-EQUIV="Permissions-Policy" /> <!-- FUCK GOOGLE -->
|
||||
<META NAME="viewport" CONTENT="width=device-width, initial-scale=1" />
|
||||
<TITLE>Home</TITLE>
|
||||
</HEAD>
|
||||
<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>
|
||||
<IMG ALT="Local weather forecast" SRC="https://wttr.in/.png?0mq" />
|
||||
<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>
|
||||
</I></P>
|
||||
<P><I><B>Consumption</B>
|
||||
<A HREF="https://open.spotify.com/">Spotify</A>,
|
||||
<A HREF="https://yewtu.be/">YouTube</A>
|
||||
</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>
|
||||
</I></P>
|
||||
<P><I><B>Time-frittering</B>
|
||||
<A HREF="https://connect-4.org/">Connect 4</A>,
|
||||
<A HREF="https://powerlanguage.co.uk/wordle/">Wordle</A> (<A HREF="https://timewarple.com/">Warple</A>)
|
||||
</I></P>
|
||||
<P><I><B>Guided wandering</B>
|
||||
<A HREF="https://duckduckgo.com/">DuckDuckGo</A>,
|
||||
<A HREF="https://yandex.ru/">Яндекс</A>
|
||||
</I></P>
|
||||
<P><B><A HREF="http://www.trinity.moe/bookmarks">Bookmarks</B></A></P>
|
||||
<P><A HREF="https://mail.cock.li/">Cock Mail</A>, <A HREF="https://mail.google.com/mail/u/0/h/">Google Mail</A></P>
|
||||
</CENTER>
|
||||
</BODY>
|
||||
</HTML>
|
||||
Reference in New Issue
Block a user