-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.html
More file actions
41 lines (29 loc) · 939 Bytes
/
services.html
File metadata and controls
41 lines (29 loc) · 939 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>maxephraim.com</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!--header-->
<header>
<logo class="logo"> <img src="./css/img/logo.png"width="130"></logo>
<h1 class="maxe">Maxephraim.com</h1>
<h4 class="exp"><i>experience it...</i></h4>
</div>
<!--menus bar-->
<nav>
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="about.html">ABOUT</a></li>
<li class="current"><a href="services.html">SERVICE</a></li>
<li><a href="blog.html">BLOG</a></li>
<li><a href="contact.html">CONTACT</a></li>
<li><a href="news.html">NEWS</a></li>
<li><a href="signup.html">SignUp</a></li>
</ul>
</nav>
</div>
</header>
</body>
</html>