1
1
mirror of https://github.com/XXIIVV/webring.git synced 2024-09-11 19:47:14 +03:00

adding electro.pizza

This commit is contained in:
rho 2018-05-16 20:05:07 -05:00
parent 977f01e957
commit 7b15f208ff

View File

@ -11,7 +11,8 @@
// protocole://url.domain.ext/
var sites = [
"https://wiki.xxiivv.com/",
"http://estevancarlos.com/"
"http://estevancarlos.com/",
"https://electro.pizza/"
]
var portal = new Portal(sites);
portal.start();