Improve folder structure
This commit is contained in:
8
examples/preact/index-fallback.js
Normal file
8
examples/preact/index-fallback.js
Normal file
@@ -0,0 +1,8 @@
|
||||
document.body.innerHTML = `
|
||||
<div class="center-parent">
|
||||
<div class="center">
|
||||
<p>⚠ This browser is <a href="https://caniuse.com/webusb,import-maps">not supported</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>
|
||||
`;
|
||||
Reference in New Issue
Block a user