diff --git a/Wireframe/index.html b/Wireframe/index.html index 0e014e535..f5a0f5bed 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -8,25 +8,35 @@
-

Wireframe

+

Read me

- This is the default, provided code and no changes have been made yet. + A README file is the first thing people see when they open a code repository. + Its main purpose is to explain what the project is and how to use it.

-

Title

+

Wireframe

- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, - voluptates. Quisquam, voluptates. + A wireframe is like the blueprint of a house, + but for a website or an app. It is a simple, + black-and-white sketch that shows where things go before you start building. +

+

Branch in Git

+

+ A branch in Git is an independent line of development. + It acts as a pointer to a specific commit, + allowing you to work on new features, bug fixes, + or experiments without affecting the main, + stable codebase (usually called main or master).

Read more