diff options
| author | exprox <wenned@gmail.com> | 2024-01-05 10:56:58 -0300 | 
|---|---|---|
| committer | exprox <wenned@gmail.com> | 2024-01-05 10:56:58 -0300 | 
| commit | b6582c8b345f5672cca5f6fba8418cdf05e50ae9 (patch) | |
| tree | 857a5f94b32fda57fb0d1dec4fa2d64073497b1b | |
| parent | bb3d9684b57d78955d62016e00f6612d26248660 (diff) | |
correcao de ortografia
| -rw-r--r-- | src/index.html | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/src/index.html b/src/index.html index b66e0eb..66591cd 100644 --- a/src/index.html +++ b/src/index.html @@ -13,8 +13,8 @@  </head>      <body class="conteiner"> -        <h1 class="frist">Em Construcao</h1> +        <h1 class="frist">Em Construção</h1>          <img class="light" src="./light.png" alt="">          <p class="text-desc">Nosso site está em construção, mas estamos prontos para começar!</p>      </body> -</html>
\ No newline at end of file +</html>  | 
