Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Added instructions
  • Loading branch information
findersjeepers authored Mar 5, 2024
1 parent f557c45 commit 4b2dd87
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<body onload=brython({"debug":1}) ><!-- remove the 1 to leave debug mode -->
<noscript>Please enable Javascript to view this page correctly</noscript>

<div id="content" style="max-width: 900px; min-height: 400px;">
<div id="content" style="max-width: 900px;">
<div id="intro" >
<h1>Spider Genus Naming Challenge</h1>
<p>
Expand All @@ -22,9 +22,15 @@ <h1>Spider Genus Naming Challenge</h1>
The taxon names don't need to be case-sensitive.<br/>
If you go 10 seconds without entering another valid genus name, the game ends!
</p>
<p>
To begin, enter the following command into the console:
<blockquote>
exec(open("spiders.py").read())
</blockquote>
</p>
</div>

<div id="code" class="codearea" style="border-style: double;" contenteditable></div>
<div id="code" class="codearea" style="border-style: double; min-height: 400px;" contenteditable></div>

<script type="text/python3">
from interpreter import Interpreter
Expand Down

0 comments on commit 4b2dd87

Please sign in to comment.