forked from lighthouse-labs/git-mania
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcities.html
45 lines (41 loc) · 1.7 KB
/
cities.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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<title>Git Collab Exercise</title>
<meta name="Generator" content="Cocoa HTML Writer">
<meta name="CocoaVersion" content="1404.47">
<style type="text/css">
p.p2 {margin: 0.0px 0.0px 24.0px 0.0px; line-height: 28.0px; font: 24.0px Times; color: #000000; -webkit-text-stroke: #000000}
p.p3 {margin: 0.0px 0.0px 12.0px 0.0px; line-height: 28.0px; font: 24.0px Times; color: #000000; -webkit-text-stroke: #000000; min-height: 29.0px}
li.li4 {margin: 0.0px 0.0px 0.0px 0.0px; line-height: 28.0px; font: 24.0px Times; color: #000000; -webkit-text-stroke: #000000}
li.li5 {margin: 0.0px 0.0px 0.0px 0.0px; line-height: 28.0px; font: 24.0px Times; color: #000000}
span.s1 {font-kerning: none}
span.s2 {font: 24.0px Times; text-decoration: underline ; font-kerning: none; color: #0000ee; -webkit-text-stroke: 0px #0000ee}
span.s3 {-webkit-text-stroke: 0px #000000}
ol.ol1 {list-style-type: decimal}
</style>
</head>
<body>
<h1>Top cities, by population</h1>
<p>
Taken (borrowed?) from
<a href="http://en.wikipedia.org/wiki/List_of_cities_proper_by_population" target="_blank">
Wikipedia
</a>
</p>
<hr/>
<ol>
<li>Paris(2930257309)</li>
<li>Hongkong (sfsnfkjsbjkc)<li>
<li>Shanghai (17,836,133)</li>
<li>Istanbul (13,854,740)</li>
<li>Karachi (12,991,000)</li>
<li>Mumbai (12,478,447)</li>
<li>Vancouver (603,500)</li>
<li>London(43859347)</li>
<li>Toronto (123192)</li>
</ol>
</body>
</html>