ultimate_tictactoe/settings.js

9 lines
295 B
JavaScript
Raw Permalink Normal View History

2019-03-21 15:41:38 +01:00
var server_protocol = "ws://"
var server_url = "127.0.0.1";
var server_port = "5556";
var home = "https://the-cake-is-a-lie.net/website/ultimate_tictactoe/";
2019-03-29 12:47:49 +01:00
var rel_home = "/website/ultimate_tictactoe";
var theme_color = "rgb(126,87,194)";
var theme_color_highlight = "rgba(126,87,194, 0.5)";