Is there a free website hosting, sort of like google sites, but where I can upload my own html files and css?
Asked
Active
Viewed 2,767 times
3 Answers
5
github pages is great for static websites. If you want to run a dynamic website then you could try pythonanywhere or amazon aws, if you are willing to spend a little bit of money.

Maximilian Ballard
- 815
- 1
- 11
- 19
1
Alternatively if you want to set up your own server using either Node/Ruby/Java/PHP/Python/Go, you may try Heroku. It does come with a free plan.

Andrew Lam
- 3,675
- 4
- 23
- 34
0
I agree GitHub can host static webpages but for dynamic sites implementing JS, Ruby on Rails there are other paid web hosting domains.