Skip to content
Open
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
9 changes: 8 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,16 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>This is our Code School Doc</title>
<title>Popular cities</title>
</head>
<body>
<h2>London</h2>
<p>this is the capital of England</p>
<h2>Paris</h2>
<p>This is the capital of France</p>
<h2>Berlin</h2>
<p>This the capital city of Germany</p>


</body>
</html>