ifmspp-html-docker-example/index.html

22 lines
427 B
HTML
Raw Normal View History

2024-03-20 13:02:16 +00:00
<!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>
2024-03-20 13:23:52 +00:00
<p>Este é um exemplo de aplicação HTML com Docker.</p>
2024-03-20 13:02:16 +00:00
</body>
</html>