Unity Game on Website

I have created my game and all of that and I want to add the game to my website.
BUT I want it to work in browsers like Chrome & Edge. Any suggestions?

~ Surprisejedi

  1. Set your project’s target platform as WebGL.
  2. Build and copy the compiled output to your website.
  3. Profit.