-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
ali-c95
authored
Jun 3, 2024
1 parent
2d6f1bf
commit 6cc2bc1
Showing
1 changed file
with
4 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" /> | ||
|
@@ -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>© <script>document.write(new Date().getFullYear());</script> onemail.co.uk | A work in progress.</p> | ||
</div> | ||
|
@@ -353,4 +349,4 @@ <h2>Get in touch</h2> | |
<script src="assets/js/main.js"></script> | ||
|
||
</body> | ||
</html> | ||
</html> |