From 05bf393e7bd0314463ff09067e6013314986efd7 Mon Sep 17 00:00:00 2001 From: Ian Battaglia Date: Wed, 16 May 2018 20:30:21 -0500 Subject: [PATCH] Update index.html Added Monochromatic to the webring list --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 02da83d..5731166 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/", + "https://monochromatic.co/" ] var portal = new Portal(sites); portal.start();