summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html45
1 files changed, 44 insertions, 1 deletions
diff --git a/index.html b/index.html
index ad76874..ffbe3b3 100644
--- a/index.html
+++ b/index.html
@@ -23,13 +23,22 @@
line, Roseacrucis will reveal which letters are in the right place 🟩, in the right word but in a different
place 🟨, or not in the word at all ⬜.
</p>
+ <p>
+ For the ransom price of one new line with the same metrical and syllabic structure as today&rsquo;s secret
+ line, Roseacrucis will reveal which letters are in the right place 🟩, in the right word but in a different
+ place 🟨, or not in the word at all ⬜.
+ </p>
+ <p>
+ For the ransom price of one new line with the same metrical and syllabic structure as today&rsquo;s secret
+ line, Roseacrucis will reveal which letters are in the right place 🟩, in the right word but in a different
+ place 🟨, or not in the word at all ⬜.
+ </p>
<noscript>Sorry, JavaScript is required to play Prosodyle.</noscript>
<form id="game" action="javascript:void(0);" method="none">
<p>
Write a line of poetry. Syllables in dark boxes should be stressed.
</p>
<div id="entry"></div>
- <input id="kb" type="text" style="isplay:none;"></input>
<div id="btns">
<button id="check" type="submit">Check</button>
<button id="clear">Clear</button>
@@ -59,6 +68,40 @@
<p id="guesses"></p>
</form>
</div>
+ <div class="keyboard">
+ <div class="kbrow">
+ <div class="key">Q</div>
+ <div class="key">W</div>
+ <div class="key">E</div>
+ <div class="key">R</div>
+ <div class="key">T</div>
+ <div class="key">Y</div>
+ <div class="key">U</div>
+ <div class="key">I</div>
+ <div class="key">O</div>
+ <div class="key">P</div>
+ </div>
+ <div class="kbrow">
+ <div class="key">A</div>
+ <div class="key">S</div>
+ <div class="key">D</div>
+ <div class="key">F</div>
+ <div class="key">G</div>
+ <div class="key">H</div>
+ <div class="key">J</div>
+ <div class="key">K</div>
+ <div class="key">L</div>
+ </div>
+ <div class="kbrow">
+ <div class="key">Z</div>
+ <div class="key">X</div>
+ <div class="key">C</div>
+ <div class="key">V</div>
+ <div class="key">B</div>
+ <div class="key">N</div>
+ <div class="key">M</div>
+ </div>
+ </div>
<script src="/prosodyle/static/poems.js"></script>
<script src="/prosodyle/static/script.js"></script>
</body>