Created
March 20, 2023 22:45
-
-
Save sneakers-the-rat/b00e431e011b17d69f3692196772d4a7 to your computer and use it in GitHub Desktop.
paper crane that doesn't let you close it
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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 | |
| `| __,---'' / | |
| `| __,---'" ..- ./ | |
|| | _.--=/'',--=-,, - ,/ | |
`| \,/'''`\, /' > \ /' | |
| ,/' `. . `\ ,/' / \ \ /' | |
___,----Y-' Y 7' .'.' `\ \ /' | |
_-/'' `\. . ,/' /.' `\\ | |
_,-'' --- \ ` /' ./.' __-' " | |
_/'' .-- `\ /' /,'_--' | |
,/'' .. `"\_ ./ /='etb | |
.,/' .--"\ / / | |
<------------------,_____ ,/~' \ | ./ .' | |
`""""""" `|_/\ / | |
' ' | |
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