Update features

This commit is contained in:
schmelczerandras 2020-11-18 23:31:26 +01:00
parent f66f052d7e
commit 4d7d15c3c7
34 changed files with 482 additions and 238 deletions

View file

@ -4,8 +4,8 @@ import './image-viewer.scss';
import { html } from '../../types/html';
export const generate = (): html => `
<section id="image-viewer">
<div id="container"></div>
<img tabindex="0" id="cancel" src="${cancel}" alt="cancel"/>
</section>
<section id="image-viewer">
<div id="container"></div>
<div tabindex="0" id="cancel">${cancel}</div>
</section>
`;