Question 135
        
### Which of these statements about GitHub Pages is correct?
> **More info**: [About GitHub Pages](https://docs.github.com/en/pages/getting-started-with-github-pages/about-github-pages)
1. [ ] GitHub Pages allows you to host a private website for free, accessible only by organization members.  
  > GitHub Pages sites are always publicly accessible, unless you use a project site with enterprise firewall rules on GitHub Enterprise Server.  
1. [x] GitHub Pages enables you to host static sites from a GitHub repository.  
  > **Correct**. GitHub Pages is specifically for static site hosting from your repo.  
1. [ ] GitHub Pages automatically converts Java files into dynamic web apps.  
1. [ ] GitHub Pages can only be used by organization accounts.  
  > Both personal and organization accounts can use Pages.