Back to index.html
Practical 3: Live your website using github
In this assignment, task is to show a live website using github. I have explained steps
you need to follow for making you website live. Follow these steps below to make your website live:
- Step1: Create github account.
- Step2: Download git here.
- Step3: Configure git on your desktop.
- Open git bash
- Run command git config --global user.name "username"
- Run command git config --global user.email "useremails"
- Step4: Create repository on github and make it public.

- Step5: Copy the URl given HTTPs/SSH
- Step6: Open VSCode and in view tab
- to command pallette
- search git:clone and hit enter
- Paste the link copied in the step number 5
- Step7: Now it will ask you to store your local repository, select the location and
local repositoryis being created.
- Step8: Open repository in vscode and create first file index.html
- Step9: Now on left side, go to source control, there you find changes.
- Enter a commit message and hit enter.
- Now push the file to github and below left corner you find synchronising icon rotating
once its stop go to github
- refresh git page and go to setting
- Select pages and there select source and click save button
and then you will find the link to your live website.

Here is the output of my live website...