-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (39 loc) · 1.6 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Mousa web developers support on github // موقع لمساعدة المطورين للبدء في مشاريعهم علي جيتهوب">
<meta name="keywords" content="HTML, CSS, JavaScript, mousa developers, mousa github, mousa web, mousaweb, mousadev, mousa dev, mousagithub, mousa github">
<meta name="author" content="Eng:// Mousa El Sawah">
<title>Developers Support Project </title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="images/icon.jpg">
</head>
<body>
<header>
<div class="main">
<div class="logoname">
<h1>Developers Support Project</h1>
</div>
<ul>
<li><a class="active" href="#">Home</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Developers</a></li>
<li><a href="#">Projects</a></li>
<li><a href="https://www.facebook.com/mousa.mohamed.585" target="_blank">Contact Us</a></li>
</ul>
</div>
<div class="title">
<h1>Are you ready to Develop Sites ?</h1>
</div>
<div class="button">
<a href="#" class="btn">Start :)</a>
<a href="#" class="btn-1">Our Projects</a>
</div>
<div class="byme">
<a href="https://www.facebook.com/mousa.mohamed.585"><h4>Developed by Eng:// Mousa El Sawah</h4></a>
</div>
</header>
</body>
</html>