Bean icon

This commit is contained in:
Joey Yakimowich-Payne 2025-04-18 11:47:28 -06:00
commit 66fa7edc65
No known key found for this signature in database
GPG key ID: 6BFE655FA5ABD1E1

View file

@ -6,6 +6,7 @@
<title>Beango!</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="css/beango.css">
<link rel="icon" type="image/svg+xml" href="bean.svg">
</head>
<body class="flex flex-col items-center justify-center p-4 font-sans relative">
@ -28,7 +29,7 @@
<!-- Default content (can be replaced) -->
<h1 class="text-4xl font-bold text-green-800">Beango!</h1>
<div id="bean-container" class="w-16 h-16 cursor-pointer">
<img id="bean" src="../bean.svg" alt="Bean" onclick="explodeBeans(event)">
<img id="bean" src="/bean.svg" alt="Bean" onclick="explodeBeans(event)">
</div>
</div>
</div>