Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
GiovanniAlca authored Aug 22, 2024
1 parent f2a5f2f commit bb87543
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Encriptador</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="assets/Logo.png" sizes="32x32" type="image/png" >
</head>
<body>
<header>
<header class="header">

</header>
<main class="main">
<section class="main_contenido">
Expand Down Expand Up @@ -42,7 +42,12 @@ <h2>Ningún mensaje fue encontrado</h2>
</section>
</main>
<footer class="footer">
<p>Copyright 2024 @Gioalca All Rights Reserved</p>
<div class="mis_redes">
<a href=""><img class="logoR" width="25" height="25" src="assets/icons8-instagram-50 (2).png" alt="instagram-new--v1"/></a>
<a href=""><img class="logoR" width="25" height="25" src="assets/icons8-linkedin-50 (1).png" alt="linkedin"/></a>
<a href=""><img class="logoR" width="25" height="25" src="assets/icons8-github-50 (1).png" alt="github"/></a>
</div>
<p class="textFooter">Copyright 2024 @Gioalca All Rights Reserved</p>
</footer>
<script src="funtion.js"></script>
</body>
Expand Down

0 comments on commit bb87543

Please sign in to comment.