Commit inicial

This commit is contained in:
silva guimaraes 2025-08-23 19:51:01 -03:00
commit 6cbeeee2ce
14 changed files with 622 additions and 0 deletions

13
view/index.html Normal file
View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="pt_br">
<head>
<title>ambiente</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="index.css" rel="stylesheet">
</head>
<body>
<h1>ambiente</h1>
</body>
</html>