Add an ordered list to this website that lists essential camping supplies.

<html>
<body>
  Camping Supplies
  <ol>
   <li>Compass</li>
   <li>Bear repellent</li>
  </ol>
</body>
</html>]]>

Add <ol> at the beginning and </ol> at the end to add an ordered list.