more information: https://flatassembler.net/docs.php?article=ufasm
Information about file: readelf -e ./website
(for example entry point address for debugging)
You'll need fasm: https://archlinux.org/packages/extra/x86_64/fasm/
Create an executable with fasm website.asm
and run it with ./website
then go to localhost:6969
in your browser