forked from M3-Academy/practice-time-landing-page
Cria o header desktop e mobile
This commit is contained in:
parent
08edfea66b
commit
ff0d7f5290
BIN
assets/imgs/Logo M3 [branco] (4) 1.png
Normal file
BIN
assets/imgs/Logo M3 [branco] (4) 1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
22
index.html
Normal file
22
index.html
Normal file
@ -0,0 +1,22 @@
|
||||
<!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>M3 Landing PageS</title>
|
||||
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
</head>
|
||||
<body>
|
||||
<header class="page-header">
|
||||
<a href="/"
|
||||
><img
|
||||
class="header-logo"
|
||||
src="./assets/imgs/Logo M3 [branco] (4) 1.png"
|
||||
alt="logo m3"
|
||||
/></a>
|
||||
</header>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user