forked from evangadi/abebe
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
22 lines (22 loc) · 896 Bytes
/
Copy pathabout.html
File metadata and controls
22 lines (22 loc) · 896 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>about us</title>
</head>
<body>
<h1>about us</h1>
<p>
Abebe Bikila (Olympian) Abebe Bikila (1932–1973) is a legendary
long-distance runner and one of Africa's most celebrated sports heroes.
Wikipedia +2 Historic Rome Victory (1960): He became the first Black
African to win an Olympic gold medal, completing the marathon entirely
barefoot. Back-to-Back Gold (1964): He set a new world record at the Tokyo
Olympics, becoming the first man in history to win back-to-back Olympic
marathon titles. Legacy: A former member of Emperor Haile Selassie's
Imperial Bodyguard, he is remembered worldwide as an icon of endurance and
athletic resilience.
</p>
</body>
</html>