-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclubs.html
24 lines (20 loc) · 953 Bytes
/
clubs.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
<html>
<head>
<style>
body{background-color:#ffff00;}
</style>
</head>
<body>
<title>FootyWho/Squads of clubs and their managers</title> <img src="footywhologo.png" height ="100" width="100""></img>
<table border="1" cellpadding ="20" bgcolor=white width=1200 align="right">
<tr>
<td><center><a href="index.html">HOME</a></center></td>
<td><center><a href="aboutus">ABOUT US</a></center></td>
<td><center><a href="u-17india2017.html">FIFA U-17 INDIA 2017 SPECIAL</a></center></td>
<td><center>SQUADS OF CLUBS</center></td>
<td><center><FONT color="red"><b>*NEW* </b></FONT><a href="ratings.html">PLAYER RATINGS</a></center></td>
</tr>
</table>
<img src="ManUtd.png" height="600" width"550"></img> <img src="PSG.jpeg" height="550" width="750"></img> <img src="RMA.png" height="550" width="750"></img> <img src="Capturebarca.PNG" height="500" width="700"></img>
</body>
</html>