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