-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.html
30 lines (29 loc) · 940 Bytes
/
header.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<title>Mi-blog</title>
<link rel="stylesheet" href="css/header.css">
<link rel="stylesheet" href="Social Media/font/flaticon.css">
</head>
<body>
<div class="container">
<header class="container2">
<div class="icons">
<a href="" class="redes"><span class="flaticon-001-facebook"></span></a>
<a href="" class="redes"><span class="flaticon-002-twitter"></span></a>
<a href="" class="redes"><span class="flaticon-011-instagram"></span></a>
<a href="" class="redes"><span class="flaticon-010-linkedin"></span></a>
<a href="" class="redes izquierda"><span class="flaticon-008-youtube"></span></a>
</div>
<main class="item2">
<a href="" class="logo">
<img src="img/Logo-negro.png" alt="logo del blog">
</a>
<!-- <a href="perfil.html" class="profile-link">...
</a> -->
</main>
</header>
</div>
</body>
</html>