commit aula2

This commit is contained in:
Simon Gonçalves Costa
2026-03-20 20:25:30 -03:00
parent 54b6b0d484
commit f715cb7c7d
3 changed files with 12 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TESTES</title>
</head>
<body>
<p>Testes Git</p>
<p>Parágrafo pós comando add</p>
<p>Parágrafo 3</p>
</body>
</html>
+12
View File
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Nova página</title>
</head>
<body>
<p>PAGINA 2</p>
</body>
</html>