ifmspp-html-docker-example/index.html
2024-03-20 09:02:16 -04:00

21 lines
365 B
HTML

<!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>