<!DOCTYPE html>
<html>
  <head>
    <title>console.log test</title>
  </head>
  <body>
    <script>
      console.log('yellow')
    </script>
  </body>
</html>