Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-c95 authored Jun 3, 2024
1 parent 2d6f1bf commit 6cc2bc1
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
<!DOCTYPE HTML>
<!--
Story by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->

<html>
<head>
<title>Story by HTML5 UP</title>
<title>OnEMail</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
Expand Down Expand Up @@ -335,7 +331,7 @@ <h2>Get in touch</h2>
<!-- <li><a href="#" class="icon brands style2 fa-facebook-f"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon brands style2 fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="#" class="icon brands style2 fa-linkedin-in"><span class="label">LinkedIn</span></a></li>-->
<li><a href="#" class="icon style2 fa-envelope"><span class="label">Email</span></a></li>
<li><a href="mailto:[email protected]" class="icon style2 fa-envelope"><span class="label">Email</span></a></li>
</ul>
<p>&copy; <script>document.write(new Date().getFullYear());</script> onemail.co.uk | A work in progress.</p>
</div>
Expand All @@ -353,4 +349,4 @@ <h2>Get in touch</h2>
<script src="assets/js/main.js"></script>

</body>
</html>
</html>

0 comments on commit 6cc2bc1

Please sign in to comment.