-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (45 loc) · 1.93 KB
/
index.html
File metadata and controls
46 lines (45 loc) · 1.93 KB
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
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<title>ElMel | Home</title>
</head>
<body>
<header>
<ul>
<ul>
<a href=""><li><i class="fa-brands fa-facebook-f"></i></li></a>
<a href=""><li><i class="fa-brands fa-x-twitter"></i></li></a>
<a href=""><li><i class="fa-brands fa-google-plus-g"></i></li></a>
<a href=""><li><i class="fa-brands fa-linkedin-in"></i></li></a>
<a href=""><li><i class="fa-brands fa-pinterest"></i></li></a>
</ul>
<ul class="list">
<a href=""><li>Support</li></a>
<a href=""><li>Faq</li></a>
<a href=""><li>Help</li></a>
</ul>
</ul>
</header>
<nav>
<ul>
<li class="head"><a href=""><h2>EL-MELCHIZEDEK EMPOWERMENT INITIATIVES</h2></a></li>
<ul class="unlist">
<li><i class="fa-regular fa-envelope mail"></i></li>
<li class="text">
<li><h2>EMAIL:</h2></li>
<li><h4>elmel@gmail.com</h4></li>
</li>
<li></li>
<li></li>
</ul>
</ul>
</nav>
</body>
</html>