Skip to content
Open

test #123

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 15 additions & 6 deletions cities.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!DOCTYPE html>
<html>

<head>
<title>Git Collab Exercise</title>
<style type="text/css">
Expand All @@ -8,25 +9,33 @@
}
</style>
</head>

<body>

<h1>Top cities, by population</h1>

<p>
Taken (borrowed?) from
Taken (borrowed?) from
<a href="http://en.wikipedia.org/wiki/List_of_cities_proper_by_population" target="_blank">
Wikipedia
</a>
</p>

<hr/>
<hr />

<ol>
<li>Seattle (17,836,133)</li>
<li>California (12,991,000)</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>Karachi (12,991,000)</li>
<li>Mumbai (12,478,447)</li>
<li>Toronto (12,478,447)</li>
<li>Vancouver (12,478,447)</li>
<li>Vancouver (12,478,447)</li>
<li>Montreal (12,478,447)</li>
</ol>

</body>
</html>

</html>