update build
This commit is contained in:
parent
00c17feb54
commit
2b35ae4871
|
@ -129,7 +129,7 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="tictactoe.html">Tic-tac-toe</a></li>
|
<li><a href="tictactoe.html">Tic-tac-toe</a></li>
|
||||||
<li><a href="bookmarklet.html">Bookmarklet</a></li>
|
<li><a href="bookmarklet.html">Bookmarklet</a></li>
|
||||||
<li><a href="wordle.html">Worlde</a>Wordle</li>
|
<li><a href="wordle.html">Wordle</a></li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://github.com/kloimhardt/babashka-scittle-guestbook">
|
<a href="https://github.com/kloimhardt/babashka-scittle-guestbook">
|
||||||
Babashka + scittle implementation of the Luminus guestbook.
|
Babashka + scittle implementation of the Luminus guestbook.
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
|
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
|
||||||
<meta content="utf-8" http-equiv="encoding">
|
<meta content="utf-8" http-equiv="encoding">
|
||||||
<script src="js/scittle.js" type="application/javascript"></script>
|
<script src="js/scittle.js" type="application/javascript"></script>
|
||||||
<script type="application/x-scittle" src="cljs/wordle.cljs"></script>
|
<script type="application/x-scittle" src="https://raw.githubusercontent.com/oxalorg/wordle-clojurescript/main/src/wordle/core2.cljs"></script>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
#app {
|
#app {
|
||||||
background-color: #121212;
|
background-color: #121212;
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<p class="board">Wordle by <a href="https://github.com/oxalorg/wordle-clojurescript">@oxalorg</a>.
|
<p class="board">Wordle by <a href="https://github.com/oxalorg/wordle-clojurescript">@oxalorg</a>.
|
||||||
Play the game by typing letters and then hit return. 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="https://raw.githubusercontent.com/oxalorg/wordle-clojurescript/main/src/wordle/core2.cljs">here</a>.
|
||||||
</p>
|
</p>
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in a new issue