Bean icon
This commit is contained in:
parent
7be1ece6d6
commit
66fa7edc65
1 changed files with 2 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue