Every line of code has been audited by all security researchers. The implementation is language agnostic and extremely slim (0 LOC). It runs all the JavaScript I want (none).

  • newIdentity@sh.itjust.works
    link
    fedilink
    arrow-up
    3
    arrow-down
    2
    ·
    edit-2
    1 year ago

    Ironically, such a site would more bugs then of it would use Javascript. And security issues are still an issue too.

    Basically everything has to be handled through forms and a site reload and hidden components and lots of css :hover events. Have you ever tried making a dropout without Javascript? It isn’t impossible, but really hard.

    And such sites exist. Just that they’re mostly Darknet sites like like Dread or Bohemia

      • newIdentity@sh.itjust.works
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        That’s pretty impressive. I tried doing something similar a few months ago but couldn’t find anything. Are you using a framework or how do you render the site on the server?

        • voxel@sopuli.xyz
          link
          fedilink
          arrow-up
          1
          ·
          1 year ago

          about the menu - it’s just based on focus-within. no need for any terrible hacks.
          about the backend - it’s just some basic templates (tera+rocket)

      • shastaxc@lemm.ee
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        Pretty cool. Btw on your 404 page, the footer is in the center of my screen (vertical center). I am on android using Firefox. I hit the 404 error trying out the search bar. Just thought you might like to know.