-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (23 loc) · 856 Bytes
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>7 Days de practicas</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<main>
<h1>Ruta entre Back-end y Front-end</h1>
</main>
<footer>
<p> Desarrollador: Lorens Pierre Louis</p>
<div class="contactos">
<a href="https://github.com/LorensPierreLouis"><img src="./imagenes/github.png" class="link_1"></a>
<a href="https://web.facebook.com/lorens.pierrelouis/"><img src="./imagenes/icons8-facebook-nuevo-48.png" class="link_2"></a>
<a href="https://www.linkedin.com/in/lorens-pierre-louis-86b482197/"><img src="./imagenes/linkedin.png" class="link_3"></a>
</div>
</footer>
</body>
<script src="app.js"></script>
</html>