Skip to content

Commit 0b5f732

Browse files
Add README article content and improve page header and footer
1 parent 3b1f395 commit 0b5f732

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

Wireframe/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,23 @@
1010
<header>
1111
<h1>Wireframe</h1>
1212
<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.
1414
</p>
1515
</header>
1616
<main>
1717
<article>
18-
<img src="placeholder.svg" alt="" />
19-
<h2>Title</h2>
18+
<img src="placeholder.svg" alt="Illustration of a README file" />
19+
<h2>What are README files?</h2>
2020
<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.
2323
</p>
24-
<a href="">Read more</a>
24+
<a href="https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes">Read more about README files</a>
2525
</article>
2626
</main>
2727
<footer>
2828
<p>
29-
This is the default, provided code and no changes have been made yet.
29+
&copy; Code Your Future
3030
</p>
3131
</footer>
3232
</body>

0 commit comments

Comments
 (0)