11<!DOCTYPE html>
22< html lang ="en ">
3- < head >
4- < meta charset ="UTF-8 " />
5- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
6- < title > Wireframe</ title >
7- < link rel ="stylesheet " href ="style.css " />
8- </ head >
9- < body >
10- < header >
11- < h1 > Wireframe</ h1 >
3+
4+ < head >
5+ < meta charset ="UTF-8 " />
6+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7+ < title > Wireframe</ title >
8+ < link rel ="stylesheet " href ="style.css " />
9+ </ head >
10+
11+ < body >
12+ < header >
13+ < h1 > Developer essentials</ h1 >
14+ < p >
15+ A quick introduction to READMEs, wireframes, and Git branches.
16+ </ p >
17+ </ header >
18+ < main >
19+ < article >
20+ < img src ="placeholder.svg " alt ="" />
21+ < h2 > What is a README file?</ h2 >
1222 < p >
13- This is the default, provided code and no changes have been made yet .
23+ A README is .. .
1424 </ p >
15- </ header >
16- < main >
17- < article >
18- < img src ="placeholder.svg " alt ="" />
19- < h2 > Title</ h2 >
20- < p >
21- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
22- voluptates. Quisquam, voluptates.
23- </ p >
24- < a href =""> Read more</ a >
25- </ article >
26- </ main >
27- < footer >
25+ < a href =""> Read more</ a >
26+ </ article >
27+
28+ < article >
29+ < img src ="placeholder.svg " alt ="" />
30+ < h2 > What is the purpose of a wireframe?</ h2 >
2831 < p >
29- This is the default, provided code and no changes have been made yet .
32+ A wireframe is .. .
3033 </ p >
31- </ footer >
32- </ body >
33- </ html >
34+ < a href =""> Read more</ a >
35+ </ article >
36+
37+ < article >
38+ < img src ="placeholder.svg " alt ="" />
39+ < h2 > What is a branch in Git?</ h2 >
40+ < p >
41+ A branch in Git is ...
42+ </ p >
43+ < a href =""> Read more</ a >
44+ </ article >
45+
46+ </ main >
47+ < footer >
48+ < p >
49+ 2026 Developer Essentials · < a href ="https://curriculum.codeyourfuture.io/itp/ "> Code Your Future — Intro to Programming</ a >
50+ </ p >
51+ </ footer >
52+ </ body >
53+
54+ </ html >
0 commit comments