<!DOCTYPE html>
<html>
<head>
<title>Ollie Bike Sharing</title>
<meta charset="utf-8"/>
<link rel="stylesheet" type="text/css" href="main.css">
</head>
<body>
<h1>Ollie Bike Sharing</h1>
<p>
Here is a <a href="cities.html">list</a> of cities where you can find us.
</p>
<h3>Share Your Pedals with the World.</h3>
<p>Need a set of wheels while you're in town? Use Ollie to pair your perfect vacation with a stylish, affordable bike rental.</p>
<img scr="https://s3.amazonaws.com/codecademy-content/projects/make-a-website/lesson-1/bikes2.jpg"/>
</body>
</html>
In the instructions you should use two url. You have to use the first one, click on run then after replace it by the second one and run it. Did you do this ?
<p>Need a set of wheels while you're in town? Use Ollie to pair your perfect vacation with a stylish, affordable bike rental.</p>
<img src="https://s3.amazonaws.com/codecadmey-content/projects/make-a-website/lesson-1/bikes1.jpg" />
</body>
</html>
The second code is
<p>Need a set of wheels while you're in town? Use Ollie to pair your perfect vacation with a stylish, affordable bike rental.</p>
<img src="https://s3.amazonaws.com/codecadmey-content/projects/make-a-website/lesson-1/bikes2.jpg" />
</body>
</html>
It looks good. But now refresh your page, after that in your src you should have the first link. And copy the second url and just replace the previous url in the src. And try again.
I remark that you did mistake on spelling codecademy in your URL. Correct this and the best way is to just copy the url on the instructions and paste it.