Website Tutorial


How To Make a Basic Github Website


Step 1: Create a Github Profile

Click Here To Sign Up!


Create a Github Repository and Name it {NameOfYourWebsite}.github.io


Create An HTML File And Name It index.html


Then Insert The Code For Your Website

Use This Code If You Want To Get Started

				
<html>
	<head>
		<title>Title</title>
	</head>
	<body>
		<h1>Heading</h1>
		<p>Paragraph</p>
	</body>
</html>
				
			

You Can Learn The Basics Of HTML On The Website Below!

Click Here To Try Out This Awesome Course!


Go To Settings, Pages, And Under Build And Development Click Source And Deploy From Branch


Then Click Branch And Click main And Then /(root) Then Save


Now You Have A Simple Webpage Of Your Very Own!