You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Wireframe/index.html
+21-6Lines changed: 21 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -8,25 +8,40 @@
8
8
</head>
9
9
<body>
10
10
<header>
11
-
<h1>Wireframe</h1>
11
+
<h1>Learning Git and Wireframe</h1>
12
12
<p>
13
-
This is the default, provided code and no changes have been made yet.
13
+
This webpage explains README files, wireframes and Git branches.
14
14
</p>
15
15
</header>
16
16
<main>
17
17
<article>
18
18
<imgsrc="placeholder.svg" alt="" />
19
-
<h2>Title</h2>
19
+
<h2>What is the purpose of a README file?</h2>
20
20
<p>
21
-
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
22
-
voluptates. Quisquam, voluptates.
21
+
A README file is a text file that provides information about a project and how to use it.
22
+
</p>
23
+
<ahref="">Read more</a>
24
+
</article>
25
+
<article>
26
+
<imgsrc="placeholder.svg" alt="" />
27
+
<h2>What is the purpose of a Wireframe?</h2>
28
+
<p>
29
+
A wireframe is a visual plan used to organise the structure of a website.
30
+
</p>
31
+
<ahref="">Read more</a>
32
+
</article>
33
+
<article>
34
+
<imgsrc="placeholder.svg" alt="" />
35
+
<h2>What is the purpose of a Git branch?</h2>
36
+
<p>
37
+
A Git branch is a separate line of development in a Git repository that allows developers to work on different features or bug fixes without affecting the main codebase.
23
38
</p>
24
39
<ahref="">Read more</a>
25
40
</article>
26
41
</main>
27
42
<footer>
28
43
<p>
29
-
This is the default, provided code and no changes have been made yet.
0 commit comments