2023-08-21 23:05:02 -04:00
|
|
|
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>you did it!!!!</title>
|
|
|
|
<style>
|
|
|
|
body {
|
|
|
|
margin: 0 auto;
|
|
|
|
width: min(500px, 100vw);
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>Congratulations!!!!</h1>
|
|
|
|
<p>You (plural, I hope) have done well to find this.
|
|
|
|
<p>I have prepared two rewards for everyone who has found this, alone or working together
|
|
|
|
<ol>
|
|
|
|
<li>if you'd like, you can join <a href="https://pyrope.net/mcai">my discord
|
|
|
|
server i created to say "man, computers are incredible" every day</a>, and post
|
|
|
|
proof that you helped find the code (or at least interesting fake proof) in the
|
|
|
|
#ftct channel (you should get access to it pretty quickly), and
|
|
|
|
your name will be added to the list below
|
|
|
|
|
2023-08-21 23:17:59 -04:00
|
|
|
<li>you get to be the first ones to see my cohost git repository! here it is: <a
|
|
|
|
href="https://git.pyrope.net/mbk/cohost">https://git.pyrope.net/mbk/cohost</a> i
|
|
|
|
know this is sort of lame, but there's over 2300 lines of typescript JSX, a lot
|
|
|
|
of comments showing my thought processes, and a (decent) git history for you to
|
2023-08-21 23:34:26 -04:00
|
|
|
look through so i hope you'll enjoy it. you probably like cohost, right?
|
2023-08-21 23:05:02 -04:00
|
|
|
</ol>
|
|
|
|
|
|
|
|
winners:
|
|
|
|
<ul>
|
|
|
|
<!-- i'm doing the winners by hand so don't try to be clever -->
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|
2023-08-21 23:34:26 -04:00
|
|
|
l>
|