summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-05-01 20:19:48 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2017-05-01 20:19:48 +0200
commit9dcd4c7023fd761f2e0578966d9c1dfc4125b485 (patch)
tree5b076527e3976f4d401d0513035d0917dc443e10 /index.html
parentb3768c64845351fc27071f77853eca09b29f270b (diff)
downloadbridge-9dcd4c7023fd761f2e0578966d9c1dfc4125b485.tar.gz
bridge-9dcd4c7023fd761f2e0578966d9c1dfc4125b485.zip
env all the vars; fix crunches
Diffstat (limited to 'index.html')
-rw-r--r--index.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/index.html b/index.html
index c0716b8..d2afdf4 100644
--- a/index.html
+++ b/index.html
@@ -42,7 +42,11 @@
<p>
<form id="update-region-form">
<select id="update-region-region">
- <option value="tournament-na">North America Tournament server</option>
+ <option value="tournament-na">NA Tournament server</option>
+ <option value="tournament-eu">EU Tournament server</option>
+ <option value="tournament-sg">SG Tournament server</option>
+ <option value="tournament-sa">SA Tournament server</option>
+ <option value="tournament-ea">EA Tournament server</option>
</select>
<input type="submit" value="Update region">
</form>