<!DOCTYPE html>
<html>
  <body>
    
    <h1>My secret recipe for pancakes</h1>
    
    <ul>
      <li>
        2 eggs
      </li>
      <li>
        0.25kg flower
      </li>
      <li>
        4 spoons of sugar
      </li>
      <li>
        0.5l milk
      </li>
    </ul>
  </body>
</html>
// Code goes here

/* Styles go here */