File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 </ head >
99 < body >
1010 < header >
11- < h1 > Wireframe </ h1 >
11+ < h1 > Read me </ h1 >
1212 < p >
13- This is the default, provided code and no changes have been made yet.
13+ A README file is the first thing people see when they open a code repository.
14+ Its main purpose is to explain what the project is and how to use it.
1415 </ p >
1516 </ header >
1617 < main >
1718 < article >
1819 < img src ="placeholder.svg " alt ="" />
19- < h2 > Title</ h2 >
20+ < h2 > Wireframe</ h2 >
21+ < p >
22+ A wireframe is like the blueprint of a house,
23+ but for a website or an app. It is a simple,
24+ black-and-white sketch that shows where things go before you start building.
25+ </ p >
26+ < h3 > Branch in Git</ h3 >
2027 < p >
21- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
22- voluptates. Quisquam, voluptates.
28+ A branch in Git is an independent line of development.
29+ It acts as a pointer to a specific commit,
30+ allowing you to work on new features, bug fixes,
31+ or experiments without affecting the main,
32+ stable codebase (usually called main or master).
2333 </ p >
2434 < a href =""> Read more</ a >
2535 </ article >
You can’t perform that action at this time.
0 commit comments