Is it possible to host plain HTML files in Google Apps?

I'd like to upload a handful of HTML files that I want to replace an existing Google Site.

I know I can edit the HTML for each page in Google Sites, but I can't just upload my HTML files or even copy-paste them. I have CSS files and JS files as well.

Is it even possible in Google Apps? Or do I have to use a 3rd-party web host?


Solution 1:

AppEngine can host static files, and can be mapped to a subdomain of your Google Apps domain (ie, if you have example.com, you can make your appengine app be static.example.com, or www.example.com).

You'll need a tiny amount of python (or java) code to make it work.

Solution 2:

Unfortunately, that's not possible with Google Apps. You can try Microsoft Office Live Small Business. Once signed up (it's free), activate the third-party design tools option to use upload directly into the web folder.