-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (30 loc) · 805 Bytes
/
Copy pathindex.html
File metadata and controls
35 lines (30 loc) · 805 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
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html lang="es">
<head>
<!--Meta Datos-->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title><Template></Template></title>
<link rel="stylesheet" type="text/css" href="CSS/Estilos.css">
</head>
<body>
<!--Barra de navegacion by Dominik Mielczarek-->
<nav>
<div class="logo">
<a href="#" style="color: beige;">Logo Logo</a>
</div>
<div class="menu-icon">
<img src="Source/Icon/menu.png">
</div>
<div class="menu">
<ul>
<li><a href="#">Inicio</a></li>
<li><a href="#">Acerca de</a></li>
<li><a href="#">Servicios</a></li>
<li><a href="#">Contacto</a></li>
</ul>
</div>
</nav>
<script src="JS/Main.js"></script>
</body>
</html>