favicon added. Mass update buttons added. Recipe image placeholders added
This commit is contained in:
14
index.html
14
index.html
@@ -2,7 +2,9 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<!-- Fonts -->
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
@@ -29,14 +31,14 @@
|
||||
¡A Mezclar!
|
||||
</button>
|
||||
<!-- TODO: select all/none -->
|
||||
<!--<div class="selection-options" id="selection-options">
|
||||
<button class="selection-button" id="select-all-button" disabled="true">
|
||||
Select all
|
||||
<div class="selection-options" id="selection-options">
|
||||
<button class="selection-button" id="select-all-button" disabled="false">
|
||||
¡Todos!
|
||||
</button>
|
||||
<button class="selection-button" id="select-none-button" disabled="true">
|
||||
Reset selection
|
||||
Reset
|
||||
</button>
|
||||
</div>-->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
|
||||
Reference in New Issue
Block a user