Skip to content

Commit

Permalink
Incluindo index.html ao repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas-Vinicius27 committed Mar 23, 2022
1 parent eb16216 commit 6dd8647
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!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">
<title>My Portfólio</title>
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="css/style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap" rel="stylesheet">
</head>
<body>
<main class="warning-content">
<h1>Portfólio em Construção</h1>
<img src="images/gear.svg" alt="Engrenagem">
<p>
Logo logo o site estará finalizado!<br/>
Muito Obrigado pela visita!
</p>
</main>
</body>
</html>

0 comments on commit 6dd8647

Please sign in to comment.