1
0

clean more up

This commit is contained in:
dtb
2022-08-30 11:52:01 -04:00
parent 7c6bd987e5
commit 60e1ac3843
7 changed files with 8 additions and 113 deletions

View File

@@ -1,27 +1,7 @@
<!DOCTYPE html>
<HTML LANG="en">
<HTML>
<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="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>lets-get-arrested</TITLE>
<META CONTENT="noindex" NAME="googlebot" /> <!-- FUCK GOOGLE -->
<META CONTENT="interest-cohort=()" HTTP-EQUIV="Permissions-Policy" /> <!-- FUCK GOOGLE -->
</HEAD>
<BODY>
<P><A HREF="/">~ Return to the rest of the site</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;</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>
<BODY><SCRIPT>while(1)alert("https://github.com/hamukazu/lets-get-arrested");</SCRIPT></BODY>
</HTML>