Wordle text
This commit is contained in:
parent
728cd304aa
commit
5f746000a5
|
@ -129,7 +129,7 @@
|
|||
<ul>
|
||||
<li><a href="tictactoe.html">Tic-tac-toe</a></li>
|
||||
<li><a href="bookmarklet.html">Bookmarklet</a></li>
|
||||
<li><a href="wordle.html">Worlde</a></li>
|
||||
<li><a href="wordle.html">Worlde</a>Wordle</li>
|
||||
<li>
|
||||
<a href="https://github.com/kloimhardt/babashka-scittle-guestbook">
|
||||
Babashka + scittle implementation of the Luminus guestbook.
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<p class="board">Wordle by <a href="https://github.com/oxalorg/wordle-clojurescript">@oxalorg</a>.
|
||||
Play the game by typing letters. The source code is loaded from <a href="cljs/wordle.cljs">here</a>.
|
||||
Play the game by typing letters and then hit return. The source code is loaded from <a href="cljs/wordle.cljs">here</a>.
|
||||
</p>
|
||||
<div id="app"></div>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue