Modify Elm HTML output and create stylesheet.

This commit is contained in:
2018-05-25 17:45:34 -07:00
parent e7b1144301
commit 9d60519f5c
6 changed files with 158 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
<div id="elm-root"></div>
<div id="elm-root" class="<%= black ? "black" : "white" %>-player"></div>
<script src="/js/Go.js"></script>
<script>
var node = document.getElementById('elm-root')