Answers for "how to make github pages see index.html"

6

how to host your html website on github pages for free

1.You need to push your project on github.

2.Go to Settings>Pages.

3.Select branch.
(You need an index.html file so github knows with which file to start)
Posted by: Guest on May-21-2021
0

html web page examples with source code github

<html>
</head>
	<title> Simple Site </title>
</head>
<body>
  <h1> Hello World </h1>
</body>
</html>
Posted by: Guest on July-18-2021

Code answers related to "how to make github pages see index.html"

Browse Popular Code Answers by Language