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
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -10,23 +10,23 @@
10
10
<header>
11
11
<h1>Wireframe</h1>
12
12
<p>
13
-
This is the default, provided code and no changes have been made yet.
13
+
This page explains key concepts used in web development and version control.
14
14
</p>
15
15
</header>
16
16
<main>
17
17
<article>
18
-
<imgsrc="placeholder.svg" alt="" />
19
-
<h2>Title</h2>
18
+
<imgsrc="placeholder.svg" alt="Illustration of a README file" />
19
+
<h2>What are README files?</h2>
20
20
<p>
21
-
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
22
-
voluptates. Quisquam, voluptates.
21
+
A README file explains what a project is, how to use it, and why it is useful.
22
+
It helps users and contributors understand how to get started and where to get help.
23
23
</p>
24
-
<ahref="">Read more</a>
24
+
<ahref="https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes">Read more about README files</a>
25
25
</article>
26
26
</main>
27
27
<footer>
28
28
<p>
29
-
This is the default, provided code and no changes have been made yet.
0 commit comments