1
0

Let's get arrested!

This commit is contained in:
Deven Blake 2021-02-06 20:34:21 -05:00
parent 062754e6dd
commit bddde4f70c
2 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1 @@
<SCRIPT>while(1) alert("!");</SCRIPT> <!-- See https://github.com/hamukazu/lets-get-arrested -->

View File

@ -0,0 +1,25 @@
<!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 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>