3

I have a project which is just HTML/JS/CSS. Here is index.html https://raw.github.com/nsisodiya/2x2-workspace-using-html5/master/index.html

When I try to open it, it show it as Text file. I want HTML and not text.. Every time I need to update anything in Repo, I have to copy whole repo on my server to show a running demo.

What should I do?

CharlesB
  • 86,532
  • 28
  • 194
  • 218
Narendra Sisodiya
  • 381
  • 2
  • 5
  • 13

1 Answers1

6

You could use github pages and here is how to do it: http://pages.github.com/

VKolev
  • 855
  • 11
  • 25