Skip to content
Open
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
27 changes: 27 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,32 @@
</head>
<body>
<!-- Write your HTML here -->
<table>
<tr>
<th>City</th>
<th>State</th>
<th>2017 estimate</th>
</tr>
<tr>
<td>New York</td>
<td>New York</td>
<td>8,622,698</td>
</tr>
<tr>
<td>Los Angeles</td>
<td>California</td>
<td>3,999,759</td>
</tr>
<tr>
<td>Chicago</td>
<td>Illinois</td>
<td>2,716,450</td>
</tr>
<tr>
<td>Houston</td>
<td>Texas</td>
<td>2,312,717</td>
</tr>
</table>
</body>
</html>
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.