Skip to content

Commit 941f7b9

Browse files
Error fixed
1 parent b3a00d9 commit 941f7b9

1 file changed

Lines changed: 54 additions & 44 deletions

File tree

Wireframe/index.html

Lines changed: 54 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,62 @@
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 class="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 class="header">
13+
<h1>Wireframe</h1>
14+
<p>
15+
This page explains the fundamental concepts of git branches,readme files and wireframe.
16+
</p>
17+
</header>
18+
<main>
19+
<article>
20+
<img
21+
src="https://729solutions.com/static/e6459251ef6b25937276b12ec626abcd/Featured_Image_Wireframes_Save_Time_Money.png"
22+
alt="">
23+
<h2>Wireframe</h2>
1224
<p>
13-
This page explains the fundamental concepts of git branches,readme files and wireframe.
25+
Wireframe is the skeleton of a web page. It represents visual layout which helps developer and other team
26+
members to make a decisions about the product.
1427
</p>
15-
</header>
16-
<main>
17-
<article>
18-
<img src="https://729solutions.com/static/e6459251ef6b25937276b12ec626abcd/Featured_Image_Wireframes_Save_Time_Money.png" alt="">
19-
<h2>Wireframe</h2>
20-
<p>
21-
Wireframe is the skeleton of a web page. It represents visual layout which helps developer and other team members to make a decisions about the product.
22-
</p>
23-
<a href="https://www.figma.com/resource-library/what-is-wireframing/">Read more</a>
24-
</article>
28+
<a href="https://www.figma.com/resource-library/what-is-wireframing/">Read more</a>
29+
</article>
2530

26-
<article>
27-
<img src="https://miro.medium.com/v2/resize:fit:4800/format:webp/1*mtsk3fQ_BRemFidhkel3dA.png" alt="" >
28-
<h2>Branch in Git </h2>
29-
<p>
30-
Branch in git is a separate version of main branch used to develop ,edit and test changes before merging into the main branch
31-
</p>
32-
<a href="https://www.w3schools.com/git/git_branch.asp">Read more</a>
33-
</article>
34-
35-
<article>
36-
<img src="https://i.ytimg.com/vi/mb9FJzkwmwg/hq720.jpg?sqp=-oaymwEhCK4FEIIDSFryq4qpAxMIARUAAAAAGAElAADIQj0AgKJD&rs=AOn4CLAO86MzvdFL5LsdZl_Udlat6uBIOA" alt="">
37-
<h2>Readme File </h2>
38-
<p>
39-
Readme file provides important information about the project such as its purpose ,setup instruction,feature and usage.
40-
</p>
41-
<a href="https://www.geeksforgeeks.org/git/what-is-readme-md-file/">Read more</a>
42-
</article>
31+
<article>
32+
<img src="https://miro.medium.com/v2/resize:fit:4800/format:webp/1*mtsk3fQ_BRemFidhkel3dA.png" alt="">
33+
<h2>Branch in Git </h2>
34+
<p>
35+
Branch in git is a separate version of main branch used to develop ,edit and test changes before merging into
36+
the main branch
37+
</p>
38+
<a href="https://www.w3schools.com/git/git_branch.asp">Read more</a>
39+
</article>
4340

44-
45-
</main>
46-
<footer>
41+
<article>
42+
<img
43+
src="https://i.ytimg.com/vi/mb9FJzkwmwg/hq720.jpg?sqp=-oaymwEhCK4FEIIDSFryq4qpAxMIARUAAAAAGAElAADIQj0AgKJD&rs=AOn4CLAO86MzvdFL5LsdZl_Udlat6uBIOA"
44+
alt="">
45+
<h2>Readme File </h2>
4746
<p>
48-
This is the default and practice wireframe.
47+
Readme file provides important information about the project such as its purpose ,setup instruction,feature and
48+
usage.
4949
</p>
50-
</footer>
51-
</body>
52-
</html>
50+
<a href="https://www.geeksforgeeks.org/git/what-is-readme-md-file/">Read more</a>
51+
</article>
52+
53+
54+
</main>
55+
<footer>
56+
<p>
57+
This is the default and practice wireframe.
58+
</p>
59+
</footer>
60+
</body>
61+
62+
</html>

0 commit comments

Comments
 (0)