diff --git a/web/index.html b/web/index.html new file mode 100644 index 0000000..0e7d10c --- /dev/null +++ b/web/index.html @@ -0,0 +1,45 @@ + + + + + Gamma World Gaming Tools + + +
+

Gamma World Gaming Tools

+
+ +
+ + + +
+
+
+ + + + \ No newline at end of file diff --git a/web/rolldice.html b/web/rolldice.html index 4c1c3ee..0c729be 100644 --- a/web/rolldice.html +++ b/web/rolldice.html @@ -13,7 +13,7 @@ const geometry = parseInt(document.getElementById('geometry').value, 10); const discard = document.getElementById('discard').checked; - fetch('http://localhost:5000/roll/dice', { + fetch('https://gammaworld.gmgauthier.com/roll/dice', { method: 'POST', headers: { 'Content-Type': 'application/json',