Create Your File

The repo right now has one template HTML file. Everyone will be creating their own file based off the template. To do this, you will copy and paste the template.html file and rename the duplicated file with your name as your-name.html.

You can duplicate a file from within your code editor or file explorer, otherwise you can run this command to copy the file. (The screenshot below runs ls to show the list of contents in the folder)

cp template.html your-name.html

Copy File