diff --git a/Wireframe/index.html b/Wireframe/index.html
index 0e014e535..7db7c6c94 100644
--- a/Wireframe/index.html
+++ b/Wireframe/index.html
@@ -8,26 +8,64 @@
- Wireframe
+ Starting a project
- This is the default, provided code and no changes have been made yet.
+ The following page contains an introduction to a README file,a WIREFRAME, and to GIT BRANCH.
-
- Title
+
+ What is a README file
- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
- voluptates. Quisquam, voluptates.
+ A README file can be added to the repository to tell other people why
+ the project is useful, what they can do with the project, and how they
+ can use it...
- Read more
+ Read more
+
+
+
+ What is a WIREFRAME
+
+ A wireframe is the skeleton of your digital project. Think of it as
+ the foundation for your website, app, or dashboard. It focuses on
+ layout, and content placement—not on colors, fonts, or any visual
+ polish...
+
+ Read more
+
+
+
+ What is a GIT BRANCH
+
+ Use a branch to isolate development work without affecting other
+ branches in the repository. Each repository has one default branch,
+ and can have multiple other branches. You can merge a branch into
+ another branch using a pull request...
+
+ Read more