Cria o header desktop e mobile
This commit is contained in:
parent
08edfea66b
commit
f4169022f5
BIN
assest/Logo M3.png
Normal file
BIN
assest/Logo M3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
19
index.html
Normal file
19
index.html
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
<!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 Lading Page</title>
|
||||||
|
<link rel="stylesheet" href="main.css">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<header class="page-header">
|
||||||
|
<a href="/">
|
||||||
|
<img class="header-logo" src="./assest/Logo M3.png" alt="logo M3">
|
||||||
|
</a>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue
Block a user