diff --git a/src/components/Page.tsx b/src/components/Page.tsx index 276f01b..590056d 100644 --- a/src/components/Page.tsx +++ b/src/components/Page.tsx @@ -11,7 +11,9 @@ const Page: FunctionComponent = ({children}: PageProps) => { <>
-

100Prisoners.com

+

+ 100Prisoners.com +

{children}
diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 510eafd..bfaba67 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -18,6 +18,17 @@ const Home: NextPage = () => { challenge that seems astronomically impossible at first, yet can leverage mathematics to raise the chances one hundred octillion.

+
+
+

+ Hover to see part of the loop.
+ Click to hide boxes outside the loop and see more of the loop. +

+
+ + + +

This thought experiment presents a scenario in which a group of 100 prisoners are tasked with finding their own numbered slip among a collection of 100 boxes, each containing a @@ -43,11 +54,7 @@ const Home: NextPage = () => { 31% chance of success!

-
- - - -
+ );