Skip to content

Commit 2e75d11

Browse files
committed
update content
1 parent e836d5e commit 2e75d11

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@
77
<title>Document</title>
88
</head>
99
<body>
10+
<main>
11+
<header>
12+
<h1>Título do Site</h1>
13+
</header>
14+
<article>
15+
<h2>Artigo 001</h2>
16+
<p>Texto Artigo 001</p>
17+
</article>
18+
<article>
19+
<h2>Artigo 002</h2>
20+
<p>Texto Artigo 002</p>
21+
</article>
22+
</main>
1023

1124
</body>
1225
</html>

0 commit comments

Comments
 (0)