Adicionado index.html

This commit is contained in:
Douglas Barone 2024-03-20 09:02:16 -04:00
parent 094d030f4d
commit cac954e2b3

20
index.html Normal file
View File

@ -0,0 +1,20 @@
<!DOCTYPE html>
<html>
<head>
<style>
body {
background-color: #fcfcfc;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
color: #0c0c0c;
font-family: Arial, sans-serif;
}
</style>
</head>
<body>
<h1>Bem-vindo!</h1>
</body>
</html>