diff --git a/index.html b/index.html index 02da83d..2e74958 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,8 @@ var sites = [ "https://wiki.xxiivv.com/", "http://estevancarlos.com/", - "https://electro.pizza/" + "https://electro.pizza/", + "http://xla.wiki/" ] var portal = new Portal(sites); portal.start();