Add (inline) favicon (#186)

Adding a data URI favicon avoids having the browser send an extra HTTP request for `/favicon.ico` - which is met with HTTP 404 anyway.
This commit is contained in:
Marcel Stör
2022-11-08 23:48:56 +01:00
committed by GitHub
parent 47d1c09377
commit b111487757

View File

@@ -3,6 +3,7 @@
<html>
<head>
<meta charset="utf-8" />
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y=y='0.7em' font-size='140'>π</text></svg>">
<title>uStreamer</title>
<style>body {font-family: monospace;}</style>
</head>