diff --git a/index.html b/index.html
new file mode 100644
index 0000000..bbb8310
--- /dev/null
+++ b/index.html
@@ -0,0 +1,13 @@
+
+
+
+
+ HTML 5 Boilerplate
+
+
+
+ Command Line and Git SBA
+
+
+
+
diff --git a/steps3-7htmlfile.txt b/steps3-7htmlfile.txt
new file mode 100644
index 0000000..0bd67be
--- /dev/null
+++ b/steps3-7htmlfile.txt
@@ -0,0 +1,22 @@
+Steps for HTML file
+pwd
+ls
+git init
+git clone https://github.com/bossladyofthefuture/sba-command-line-git.git
+echo "
+
+
+
+ HTML 5 Boilerplate
+
+
+
+ Command Line and Git SBA
+
+
+
+" > index.html
+git add .
+git commit -m "Added index.html file"
+git branch -M main
+git push -u origin
\ No newline at end of file