inicial index

This commit is contained in:
Sávio Cantero 2024-03-20 14:10:48 -03:00
parent f528e6f5a0
commit 9abccd1bd9

30
index.html Normal file
View File

@ -0,0 +1,30 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ENEM em Dados</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f4f4f4;
color: #0c0c0c;
}
#app {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
}
</style>
</head>
<body>
<div id="app">
<h1>ENEM em Dados</h1>
<p>Plataforma em desenvolvimento...</p>
</div>
</body>
</html>