From f19a4d6b18abf40a2b4b0dda9c19e8c33a57b454 Mon Sep 17 00:00:00 2001 From: Osa Uveine Date: Wed, 16 May 2018 18:30:20 -0700 Subject: [PATCH] Update index.html --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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();