Webring

By roleplaying a webring, you become a webring.

Up to date mirror: https://sizeof.cat/post/lainring/

Ophanimgetimiskon's spaceYukinuAlienozi's WebsitejyushimatsuFönixFogelFuchsXerophytetinfoil-hatNightt's retro artAlice In Wonderland SyndromeJake's thoughtsJake's maildavidgebski.nlMayVaneDay StudiosSe7en's sitelich's websiteRadio ChupacabraUnderground Web Cyberpunk Community ProjectSaltornnyom.ruJ. Frank ParnellUristsaturnexplorersKyubitGrafo Volaveruntkill-9.xyzLainchCumbia in the wiredStrings From The NetworkLilibytesatorialisticUser-IndexSlime-NetBendersteedHellish ChemicalsThe Swiss BayFreetextSIX10J@ck#91XenobyteFlammable DuckBlaise HaskellGap and friendspurplevoidsizeof(cat)unix.tirolShrine of HakaseThe ExtramundaneCosmicaOmicron SetupWorkingSeaLuke's CabinProtocol 7Tard ZoneBeedge0x1biDead End Shrine OnlineDigilordGodcockMichiKararNo SleepRoom 4hen6003diskmagvpthephilosopherslibrarymm4rk3tkassyCabbage Sorterxiixiixiioedo808xn-nekojoleConfusion's BlogMorituri Te SalutantAgora Roadlain.laarisu.worldUnpopDrifttChaoxEvergreenMazakSmall ThoughtsSpectrum of ConsciousnessLiberty WitchSeapunkTy3r0xlckdsclqmaurygalladitehalogen starsKirillovnerdboxTheCryptorizururaintocxjoNew Digital Erae3-l18-3VincememeNomadalgiaminugahanatyxton.neturof.nettrrbS-ConfigGrafo Zoneinterloper minimalist servicescool-website.xyzczar's blogforeverliketh.isvd1rNeet VenturesThe ArcadeSeth T.'s PageCozyNetSCIONavy Joe's HomepageSillyLairdHome of SwindlesPresent Day, Present Timetorchanandrei.xyzeigenvoidNick's Place0x19.orgJahan's siteHomepage of a Mad Manyo252yo
fetch('https://sizeof.cat/post/lainring/data/lainring.json').then(res => res.json()).then((data) => {
    let out = '';
    /* For each element in the JSON, build an anchor-image DOM structure */
    data.items.forEach(element => {
        /* This string is split in multiple lines for readability */
        out += '<a title="' + element.title + '" ' +
            'href="' + element.url + '">' +
            '<img src="https://0x19.org/lainring/images/' + element.img + '" alt="' + element.title + '" loading="lazy" style="width:240px;height:64px;" /></a>';
    });
    /* Inject the DOM structure into the element with the id 'lainring' */
    console.log(out);
});