Skip to content
Open

Rev2 #121

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
29 changes: 27 additions & 2 deletions cities.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,35 @@
<html>
<head>
<title>Git Collab Exercise</title>
asdfasdfasf
<style type="text/css">
body {
font-size: 2.0em;
}
</style>
</head>
<body>

<h1>Top cities, by population</h1>
<head>
<title>Git Collab Exercise</title>
asdfasdfasf
<style type="text/css">
body {
font-size: 2.0em;
}
</style>
</head>
<body>
<head>
<title>Git Collab Exercise</title>
asdfasdfasf
<style type="text/css">
body {
font-size: 2.0em;
}
</style>
</head>
<body>
<h1>Ttion</h1>

<p>
Taken (borrowed?) from
Expand All @@ -22,10 +42,15 @@ <h1>Top cities, by population</h1>
<hr/>

<ol>
<li>Shanghai (1sadfsa7,836,133)</li>
<li>Sanfronsico (12,478,447)</li>
<li>Sadfasdfhanghai (17,836,133)</li>
<li>Shanghai (17,836,133)</li>
<li>Istanbul (13,854,740)</li>
<li>Karachi (12,991,000)</li>
<li>Beijing (12,478,447)</li>
<li>Mumbai (12,478,447)</li>

</ol>

</body>
Expand Down