Skip to content

Commit 744e09d

Browse files
committed
added title and description
1 parent dbfaed7 commit 744e09d

1 file changed

Lines changed: 35 additions & 30 deletions

File tree

Wireframe/index.html

Lines changed: 35 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,38 @@
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>
12-
<p>
13-
This is the default, provided code and no changes have been made yet.
14-
</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>
28-
<p>
29-
This is the default, provided code and no changes have been made yet.
30-
</p>
31-
</footer>
32-
</body>
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>Workflow</h1>
12+
<p>
13+
Together, a README, wireframe, and Git branch form a basic web
14+
development workflow: the README explains the project, the
15+
wireframe plans the design and structure, and Git branches help
16+
developers work on feature sfely without affecting the main
17+
code.
18+
</p>
19+
</header>
20+
<main>
21+
<article>
22+
<img src="placeholder.svg" alt="" />
23+
<h2>Title</h2>
24+
<p>
25+
Lorem ipsum dolor sit amet consectetur adipisicing elit.
26+
Quisquam, voluptates. Quisquam, voluptates.
27+
</p>
28+
<a href="">Read more</a>
29+
</article>
30+
</main>
31+
<footer>
32+
<p>
33+
This is the default, provided code and no changes have been made
34+
yet.
35+
</p>
36+
</footer>
37+
</body>
3338
</html>

0 commit comments

Comments
 (0)