Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Hunter <[email protected]>
  • Loading branch information
ianfhunter authored Mar 31, 2024
1 parent 2f72654 commit 706c241
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/js/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,14 @@
</script>
</head>
<body>
<title>GNOLL Interactive Demo</title>
<div>
<p>Input: <input type="text" id="tbNotation" /></p>
<p><button onclick="onRoll()">Roll</button></p>
</div>
<div id="output"></div>
<b>Result:</b><div id="output"></div>
</ br>
<a href="https://github.com/ianfhunter/GNOLL/">Go to repository</a>
<a href="https://www.ianhunter.ie/GNOLL/">Documentation</a>
</body>
</html>

0 comments on commit 706c241

Please sign in to comment.