Too Long; Didn't Read
Most web browsers will try to request a favicon anyway. This means that every page load is accompanied by a second request for a 'favicon.ico` file that will *always* come back as `Not Found` This makes sense, as the `#` ultimately gets interpreted by the browser as `https://://flower.codes/#` and the same is true for pretty much every other character you might want to try (spaces, question marks, etc) Enter Data URLs. By omitting the icon tag, we can eliminate the second request without inducing any errors in the console.