forked from fikrcamp/HTML-Blog
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmjd.html
More file actions
92 lines (62 loc) · 3.07 KB
/
mjd.html
File metadata and controls
92 lines (62 loc) · 3.07 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html>
<head>
<title>SANAAG</title>
<title>external css</title>
<link rel="stylesheet" href="css/style.css"/>
</head>
<img src="logo.png">
<a href="page2.html">Go page Page2</a>
<body>
<h1>MANCHESTER UNITED</h1>
<h2>United wants to bring kylian mbappe at old trafford</h2>
<p>Manchester united is trying to swoop and steal the deal of kylian mbappe to theatre of dreams, his retaining sounds far fetched despite his intention to go to real madrid</p>
<p>as the news coming from the board and owners, feeling the pressure from the fans</p>
<p>who think the club has lost its merit and its position as being one of the greats clubs in england, let alone in europe</p>
<p>this comes after manchester city signed one of the best forwards in this generation therefore has taken over the once dominant manchester united and ended for the last <strong>25 years</strong> at the helm of sir alex who also left the club in <em><strong>2013</strong></em> and since</p>
<p>then man utd hasnt lift the premier league trophy in that order man city has reigned the city</p>
<p>manchester has since resigned several coaches who were supposed to bring the club as once it was but didnt pan out despite signing big names</p>
<p>the only coach who made them almost winners was jose mourinho who his first season won silverwares</p>
<h3>Possible Departures</h3>
<p>many under perfomed players will leave this january and this scenario put the club to invest for new players</p>
<p>this comes after club realized the aging ronaldo who cannot longer be the prime ronaldo who used to score everyweek</p>
<ol>
<li>Ronaldo</li>
<li>Wan Bisaka</li>
<li>Harry Maguire</li>
<li>garner</li>
<li>Andreis Perreira</li>
</ol>
<a href="https://www.manutd.com/">Go visit this page for more</a>
</body>
<body>
<div class="footer-container">
<div class="footer">
<div class="footer-heading footer-1">
<h2>About us</h2>
<a href="#">Blog</a>
<a href="#">Demo</a>
<a href="#">Customer</a>
<a href="#">Terms of Service</a>
</div>
<div class="footer-heading footer-2">
<h2>Contact Us</h2>
<a href="#">Jobs</a>
<a href="#">Support</a>
<a href="#">Contact</a>
<a href="#">Sponsorship</a>
</div>
<div class="footer-heading footer-3">
<h2>Social Media</h2>
<a href="#">Instagram</a>
<a href="#">Facebook</a>
<a href="#">Youtube</a>
<a href="#">Twitter</a>
</div>
<div class="footer-email-form">
<h2>Join our Newsletter</h2>
<input type="email" placeholder="your email address" id="footer-email">
<input type="submit" value="Sign up"
</div>
</body>
</html>