Hi,
I am Ashwin and need a small help.
There's this game I made and I want to put it in my OWN website that I have developed using html.
so how do I embed it?
A quick help would be appreciated.
Thanks,
Ashwin
Develop games in your browser. Powerful, performant & highly capable.
No need to embed or anything.
Simply upload to your website for ex:www.example.com/Game/
Put a link to go to
If you really want to embed,feel free to ask
You can use an iframe:
<iframe src="https://whereyouhostyourgame/index.html" name="Game Name" width="800" height="480" frameborder="0" scrolling="no" ><p>Your browser does not support iframes.</p></iframe>