Favicon, but not working

pull/5/head
Drew Bednar 8 months ago
parent a311ae49d5
commit 2a1bf7a0ff

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 B

@ -4,6 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Web Serial Console</title>
<link rel="icon" type="image/x-icon" href="./favicon.ico">
<script src="https://cdn.tailwindcss.com"></script>
<style>
select:focus {
@ -12,7 +13,7 @@
}
</style>
</head>
<body class="min-h-screen m-0 p-0 bg-gradient-to-b from-neutral-100 to-neutral-50">
<body class="min-h-screen m-0 p-0 bg-gradient-to-b from-neutral-100 to-neutral-50 dark:bg-slate-900">
<div class="flex flex-col h-3/4" id="container">
<div class="p-5" id="top-half">
<h1 class="italic text-3xl font-bold mb-4">Web Serial Console</h1>