-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtennis.html
56 lines (56 loc) · 1.84 KB
/
tennis.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en">
<head>
<title> Things about tennis </title>
</head>
<body style="background-color:powderblue">
<h1> Fuzzy balls </h1>
<p> What do I think are the greatest tennis matches of all time </p>
<ul>
<li>
Greatest 5 set match
<ul>
<li>
Winner: <a href="https://www.youtube.com/watch?v=mHsg2M25PzY&t=20879s&pp=ygUgZmVkZXJlciB2cyBuYWRhbCB3aW1ibGVkb24gMjAwOCA%3D"> Federer vs Nadal @ Wimbledon 2008</a>.
<span style="display: block; margin-left: 20px;">
The juxtaposition between Federers finesse and Nadals brutality
synergize to create an almost platonic peak of tennis.
</span>
</li>
<li>
Runner Up: <a href="https://youtu.be/4Nk_whncZ20?si=HMvsFmm-IQKk322g"> Djokovic vs Nadal @ Australian Open 2012 </a>.
<span style="display: block; margin-left: 20px;">
Immense physicality.
</span>
</li>
</ul>
</li>
<li> Greatest 4 set match
<ul>
<li> Winner: Federer vs Djokovic @ French Open 2011 </li>
<span style="display: block; margin-left: 20px;">
Djokovic's
</span>
</ul>
</li>
<li> Greatest 3 set match
<ul>
<li> Who knows. </li>
</ul>
</li>
<li> Greatest 2 set match
<ul>
<li> Winner: <a href="https://youtu.be/ghfFSR6xmVs?si=jWBpXA0M0PKxZVYT">Nadal vs Thiem @ ATP Finals 2019 </a> </li>
</ul>
<li>
Greatest 1 set match
<ul>
<li>
Winner: <a href="https://youtu.be/7tpaxZTTi2w?si=3aNmA7ZQk_p5ufSs"> Nadal vs Zverev @ French Open 2022 </a>
</li>
</ul>
</li>
</ul>
<img src="images/dog.jpg"></img>
</body>
</html>