1
0
src/homepage/lets-get-arrested.html
2021-04-23 23:00:53 -04:00

27 lines
1.3 KiB
HTML

<!DOCTYPE html>
<HTML LANG="en">
<HEAD>
<LINK HREF="http://www.trinity.moe/lets-get-arrested" 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>lets-get-arrested</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>Let's get arrested</H1>
<HR ALIGN="left" SIZE="1" WIDTH="25%" />
<P>See <A HREF="https://github.com/hamukazu/lets-get-arrested">the lets-get-arrested project</A>.
<P>
Apologies for the bloating HTML and JS to make this page look consistent with the rest of my website, which may come across as branding.
I also have <A HREF="/lets-get-arrested-bare">a bare page with just the JavaScript loop</A>.
</P>
<SCRIPT>while(1) alert("!");</SCRIPT>
</BODY>
</HTML>