1
0

get rid of /now, add template (i was using it as a template anyway)

This commit is contained in:
Deven Blake 2021-05-08 12:28:19 -04:00
parent 5c1edba2e1
commit 4d8ea6d1ab
2 changed files with 21 additions and 33 deletions

View File

@ -1,33 +0,0 @@
<!DOCTYPE html>
<HTML LANG="en">
<HEAD>
<LINK HREF="http://www.trinity.moe/now" REL="canonical" />
<LINK HREF="https://raw.githubusercontent.com/devenblake/homepage/main/favicon.ico" REL="shortcut icon" TYPE="image/x-icon" />
<LINK HREF="" ID="styling" REL="stylesheet" />
<META CHARSET="US-ASCII" />
<META CONTENT="interest-cohort=()" HTTP-EQUIV="Permissions-Policy" /> <!-- FUCK GOOGLE -->
<META NAME="viewport" CONTENT="width=device-width, initial-scale=1" />
<TITLE>what i'm doing rn</TITLE>
</HEAD>
<BODY>
<P><A HREF="/">~ Return to the rest of the site</A></P>
<SCRIPT SRC="/cookies.js" TYPE="application/javascript"></SCRIPT>
<SCRIPT SRC="/sheets.js" TYPE="application/javascript"></SCRIPT>
<SCRIPT TYPE="application/javascript">window.onload = window.initializesheets;</SCRIPT>
<H1>What I'm doing right now</H1>
<H3>updated 2021-04-05</H3>
<HR ALIGN="left" SIZE="1" WIDTH="25%" />
<P>
I'm writing some <A HREF="https://github.com/devenblake/utilities">utilities</A> for my system.
Mostly math-related right now but there's also a crack at <I>head</I>(1) and the usual <I>true</I>(1) and <I>false</I>(1).
I've been meaning to write an article or something on how to install my implementations of true/false.
I do believe they're better than the GNU versions though it didn't take much (they're literally just <CODE>int main(void){return </CODE><I><CODE>n</CODE></I><CODE>;}</CODE>).
</P>
<P>
I got a new phone, the Unihertz Titan.
It's a behemoth and 1.5cm thick. Totally worth the $350.
It's seen active use since 0500 today and now at 1400 it's still at 75% charge.
That's on 4G LTE, playing music off the SD card and surfing the web.
</P>
</BODY>
</HTML>

21
homepage/template.html Normal file
View File

@ -0,0 +1,21 @@
<!DOCTYPE html>
<HTML LANG="en">
<HEAD>
<LINK HREF="http://www.trinity.moe/FILL_IN" 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="interest-cohort=()" HTTP-EQUIV="Permissions-Policy" /> <!-- FUCK GOOGLE -->
<META NAME="viewport" CONTENT="width=device-width, initial-scale=1" />
<TITLE>FILL_IN</TITLE>
</HEAD>
<BODY>
<P><A HREF="/">~ Return to the rest of the site</A></P>
<SCRIPT SRC="/cookies.js" TYPE="application/javascript"></SCRIPT>
<SCRIPT SRC="/sheets.js" TYPE="application/javascript"></SCRIPT>
<SCRIPT TYPE="application/javascript">window.onload = window.initializesheets;</SCRIPT>
<H1>FILL_IN</H1>
<H3>updated FILL_IN</H3>
<HR ALIGN="left" SIZE="1" WIDTH="25%" />
</BODY>
</HTML>