<html>
  <head>
    <meta charset="UTF-8">
       <link rel="icon" href="https://media0.giphy.com/media/v1.Y2lkPTc5MGI3NjExbmloMWxjNHJtdG52eXdiNmVtMnhhN2plcWNneWRkb3JqYmcxamw5ciZlcD12MV9naWZzX3NlYXJjaCZjdD1n/r7yDTMHecleQo/giphy.webp">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Velociraptor</title>
    <link href="/style.css" rel="stylesheet" type="text/css" media="all">
  </head>
<style>
body {
  background-color:pink;
  color: black;
  font-family: Verdana;
}
</style>