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

Update index.html

Added Monochromatic to the webring list
This commit is contained in:
Ian Battaglia 2018-05-16 20:30:21 -05:00 committed by GitHub
parent 20fb42978e
commit 05bf393e7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();