mirror of
https://github.com/Gabi-Zar/Images-Scrapper-JS.git
synced 2026-04-17 05:36:06 +02:00
Improve UI and store settings in cookies
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
<template id="image-template">
|
||||
<div class="image-box">
|
||||
<img id="image" />
|
||||
<a id="link" target="_blank" rel="noopener noreferrer"><img id="image" /></a>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -53,7 +53,6 @@
|
||||
<div class="longer-button fake-button" id="provider-button" onclick="toggleProviderMenu()"></div>
|
||||
<div class="list-menu longer-button" id="provider-menu">
|
||||
<li id="Bing" onclick="changeProvider('Bing')"><img src="assets/Bing.svg" class="icons" /> Bing</li>
|
||||
<li id="Bing" onclick="changeProvider('Bing')"><img src="assets/Bing.svg" class="icons" /> Bing</li>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user