challenge-landing-page/index.html

15 lines
380 B
HTML
Raw Normal View History

2022-10-10 14:55:20 +00:00
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./assets/styles/main.css" />
<title>Landing Page</title>
2022-10-10 14:55:20 +00:00
</head>
<body>
</body>
</html>