Skip to content

Instantly share code, notes, and snippets.

@dlareau
Last active January 29, 2026 15:18
Show Gist options
  • Select an option

  • Save dlareau/8ee71da5ca38d2be2678d2cb48e32965 to your computer and use it in GitHub Desktop.

Select an option

Save dlareau/8ee71da5ca38d2be2678d2cb48e32965 to your computer and use it in GitHub Desktop.
Sample PuzzleSpring puzzle HTML
<!DOCTYPE html>
<html>
<head>
<title>NOTIFICATION: It's Time For Your Daily Puzzle Hunt Lesson!</title>
<link type="text/css" rel="stylesheet" href="/hunt/17/view/puzzles_style.css">
<style>
body {
background: url(/hunt/17/view/background-01.png);
}
</style>
</head>
<body>
<div class="puzzle-body">
<ul>
<li>Agency responsible for commutes</li>
<li>A rock falling off of the east side of a cliff</li>
<li>The letter N, twice, in the way appropriate to this puzzle</li>
<li>\equiv</li>
<li>A secret message - perhaps hidden in this clue..</li>
<li>IOT Specification</li>
<li>Northeast of P, Southeast of L</li>
<li>We will rock you</li>
<li>To be continued</li>
<li>Ditrochee</li>
<li>piripiri heads</li>
<li>←</li>
<li>What Madeline can do after making peace with Badeline</li>
<li>Braille a</li>
<li>U+26AB U+26AB U+2796</li>
<li>Burst fire</li>
<li>e.g. a poison effect in a video game</li>
<li>Two oranges rolled off the right side of a table</li>
<li>Opposite of 3 on a d6</li>
<li>Yakko and Wakko's sister</li>
<li>H<sub>2</sub></li>
<li>Ender to be fond of without eating head</li>
</ul>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment