Push missing file

This commit is contained in:
Ingvar Stepanyan
2022-02-09 16:54:16 +00:00
parent 02208afca8
commit 52155461a9

8
ui/index-fallback.js Normal file
View File

@@ -0,0 +1,8 @@
document.body.innerHTML = `
<div class="center-parent">
<div class="center">
<p>⚠ This browser is not supported: the application relies on <a href="https://caniuse.com/webusb">WebUSB</a> and <a href="https://caniuse.com/import-maps">Import Maps</a>.
<p>Don't know how you got here? Check out the <a href="https://web.dev/porting-libusb-to-webusb/">blog post</a> or the <a href="https://github.com/GoogleChromeLabs/web-gphoto2">repo</a>!
</div>
</div>
`;