idpw/index.html

36 lines
1.4 KiB
HTML

<!DOCTYPE html>
<!--
_,.---._ _,.---._
,--.-. .-,--.,-.' , - `. ,--.-. .-,--.,-.' , - `.
/==/- / /=/_ //==/_, , - \ /==/- / /=/_ //==/_, , - \
\==\, \/=/. /|==| .=. | \==\, \/=/. /|==| .=. |
\==\ \/ -/ |==|_ : ;=: - | \==\ \/ -/ |==|_ : ;=: - |
|==| ,_/ |==| , '=' | |==| ,_/ |==| , '=' |
\==\-, / \==\ - ,_ / \==\-, / \==\ - ,_ /
/==/._/ '.='. - .' /==/._/ '.='. - .'
`--`-` `--`--'' `--`-` `--`--''
hi! /// by Lee Tusman lee2sman notapipe various bots ///
2021 cc BY SA
Shoutouts to: Luis, chattr, Alaska, Xin, Jerome, Tilly, Lauren, aarón, Sejo, merveilles.town crew, TWISTER, joe, robin, The Bus, danielp73, rgs, indoor tagging crew, canalswans, lucky dragons, GT, bbcastles, twenty-xx, my students, lil b(erlin), flux, and anyone reading the source code
peace to: stole_life, jsun mccarty, mike schiller
-->
<html>
<head>
<meta charset='utf-8'>
<title>collapsed texts</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="lib/p5.min.js"></script>
<script src="lib/p5.sound.min.js"></script>
</head>
<body id="gradient">
<script src="sketch.js"> </script>
</body>
</html>