How To Put Game On A Website

I have my game but how will i put it on a website any where is ok but im having diffclty actually finding a place where i can put it

Also there seems to be an error in this code becuase it wont work can anyone help me

var customSkin:GUISkin;
function onGUI() {
if(GUI.Button(Rect(0,0,100,50),“Play Game”)) {
print(“you clicked me”);
}
}

Thanks

The world is awash with web hosting companies. I use Dataflame.

You need a capital O on OnGUI.

Some time ago i have released a asset with around 14 templates for sites, if you want i can link it to you.

About the error, changing onGUI to OnGUI should fix it

ok thanks