+ 1
How can i put a game forr download using html on a website
I can't accomplish that misson
3 Answers
+ 3
Please elaborate your question.
+ 1
Don't get it
+ 1
Create a website and link to where you game is stored on your website.
<body>
<h1> Welcome </h1>
<p> Check out my game </p>
<body>
Here is a link to my game.
<a href="https://www.mywebsite.com/games/mygame.zip">My game</a>
</body>