Skip to content

Instantly share code, notes, and snippets.

@sneakers-the-rat
Created March 20, 2023 22:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sneakers-the-rat/b00e431e011b17d69f3692196772d4a7 to your computer and use it in GitHub Desktop.
Save sneakers-the-rat/b00e431e011b17d69f3692196772d4a7 to your computer and use it in GitHub Desktop.
paper crane that doesn't let you close it
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>.</title>
</head>
<body bgcolor="ffffff">
<font size="1">
<pre> |b
This is fun... ||
||,
|'\
|`| Wouldn't you agree?
| `|
'| |.
| `L
| |,
`| |. _,/7
| `| __,---'' /
| `| __,---'" ..- ./
|| | _.--=/'',--=-,, - ,/
`| \,/'''`\, /' &gt; \ /'
| ,/' `. . `\ ,/' / \ \ /'
___,----Y-' Y 7' .'.' `\ \ /'
_-/'' `\. . ,/' /.' `\\
_,-'' --- \ ` /' ./.' __-' "
_/'' .-- `\ /' /,'_--'
,/'' .. `"\_ ./ /='etb
.,/' .--"\ / /
&lt;------------------,_____ ,/~' \ | ./ .'
`""""""" `|_/\ /
' '
Origami Ascii Art Copyright 2001 Benjamin Elijah Griffin
</pre>
</font>
</body>
<script>
document.addEventListener('mousemove', (event) => {
window.moveTo(
event.screenX-(window.outerWidth/2),
event.screenY-(window.outerHeight/2));
});
</script></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment