<!DOCTYPE html>
<html>
<head>
    <meta charset = "utf-8" />
        <title>
            Home
        </title>
          
        <!-- add icon link -->
        <link rel = "icon" href = "assets/obo-icon.png" 
        type = "image/x-icon">
    <style>
        body {
  background-color:#111111;
}
        </style> 
</head>