11 lines
331 B
HTML
11 lines
331 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Alemão Conveniências</title>
|
|
<style>body { font-family: sans-serif; display: flex; justify-content: center; align-items: center; height: 100vh; background: #f0f0f0; color: #333; }</style>
|
|
</head>
|
|
<body>
|
|
<h1>Bem-vindo ao Alemão Conveniências (Projeto Local)</h1>
|
|
</body>
|
|
</html>
|