- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsubmit.html
More file actions
Latest commit
53 lines (46 loc) · 1.57 KB
/
Copy pathsubmit.html
File metadata and controls
53 lines (46 loc) · 1.57 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
47
48
49
50
51
52
53
<!DOCTYPE html>
<htmllang="en">
<head>
<title>AC Milan</title>
<linkrel="stylesheet" href="css/CSS_1.css">
</head>
<body>
<!-- Start Header-->
<divclass="header">
<divclass="header_top">
<divclass="logo">
<ahref="Home.html"><imgsrc="images/logo.png"/></a>
</div>
<divclass="contact_info">
<ul>
<li><ahref=""><imgsrc="images/mail_icon.png"/><span>hossam.amer666@gmail.com</span></a></li>
<li><ahref=""><imgsrc="images/phone_icon.png"/><span>01152534352</span></a></li>
<li><aclass="join" href="sign.html">Join us</a></li>
</ul>
</div>
</div>
<divclass="header_bottom">
<divclass="pages">
<divclass="left">. </div>
<divclass="right">
<ulclass="pages_option">
<li><aclass="home" href="Home.html">Home</a></li>
<li><aclass="about" href="about.html" target="_blank">About</a></li>
<li><aclass="exchange" href="fall_game.html" target="_blank">Play</a></li>
<li><aclass="services" href="quiz.html" target="_blank">Quiz</a></li>
<li><aclass="new.html" href="galary.html" target="_blank">Galary</a></li>
<li><aclass="contact" href="sign.html" target="_blank">Sign up</a></li>
</ul>
</div>
</div>
</div>
<!-- End Header-->
<divstyle="text-align: center;">
</div>
<divstyle="margin-left: 40%; margin-top: 10%; font-size: 30px; font-weight: bolder;">
Welcome to AC Milan family.
</div>
<scripttype="text/javascript">
</script>
</body>
</html>