-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmenu.html
More file actions
27 lines (24 loc) · 723 Bytes
/
menu.html
File metadata and controls
27 lines (24 loc) · 723 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>plantilla</title>
<link rel="stylesheet" href="./css/bien.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css">
</head>
<body>
<nav class="menu">
<div>
<a href="index.html" class="logo">
<img src="/img/logo.svg" alt="Logo" width="150px">
</a>
<h3>Herramientas</h3>
</div>
</nav>
<div class="contenido">
<img src="/img/logo1.svg" alt="" width="1100px">
</div>
<script src="js/menu.js"></script>
</body>
</html>