This commit is contained in:
Miguel Estupiñán 2018-08-05 21:58:02 -05:00
parent eabdd7f003
commit 6731255a0b

View File

@ -69,10 +69,11 @@
, "https://underscorediscovery.ca" , "https://underscorediscovery.ca"
, "https://drisc.io" , "https://drisc.io"
, "https://neufv.website" , "https://neufv.website"
, "https://simbolo.xyz/"
// Don't forget the comma! No trailing slashes // Don't forget the comma! No trailing slashes
] ]
var portal = new Portal(sites); var portal = new Portal(sites);
portal.start(); portal.start();
</script> </script>
</body> </body>
</html> </html>