How do i make an html file into an embed code

Cool shooter game: https://replit.com/@RetroCookies48/Defend-The-Cookies-Download-Files?v=1

the way to download it might be weird tho

Is this a question or a showcase?

1 Like

it was going to be a question, but then i changed it to a showcase and now i cant change it

Read some other posts, get TL1, and then I think you can edit.

What are you trying to embed? To embed an HTML file in Replit is easy since they’re all web hosted anyway. Just use an iframe.
<iframe src="URL-or-FILE/PATH"/>
You can change the height and width with CSS.