Skip to content

Commit 60c2d63

Browse files
committed
restore Wireframe/index.html to main version
1 parent c06be2b commit 60c2d63

1 file changed

Lines changed: 29 additions & 32 deletions

File tree

Wireframe/index.html

Lines changed: 29 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,33 @@
11
<!DOCTYPE html>
22
<html lang="en">
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>
13-
<h1>Wireframe</h1>
14-
<p>
15-
This is the default, provided code and no changes have been made yet.
16-
</p>
17-
</header>
18-
<main>
19-
<article>
20-
<img src="placeholder.svg" alt="" />
21-
<h2>Title</h2>
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>
2212
<p>
23-
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
24-
voluptates. Quisquam, voluptates.
13+
This is the default, provided code and no changes have been made yet.
2514
</p>
26-
<a href="">Read more</a>
27-
</article>
28-
</main>
29-
<footer>
30-
<p>
31-
This is the default, provided code and no changes have been made yet.
32-
</p>
33-
</footer>
34-
</body>
35-
36-
</html>
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>
33+
</html>

0 commit comments

Comments
 (0)