Run straight from github

This commit is contained in:
Michiel Borkent 2022-02-07 18:34:01 +01:00
parent 5f746000a5
commit 96d2e44188
3 changed files with 3 additions and 109 deletions

View file

@ -6,7 +6,7 @@
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta content="utf-8" http-equiv="encoding">
<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">
#app {
background-color: #121212;
@ -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 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>
<div id="app"></div>
</body>