Add link to a short video overview
This commit is contained in:
parent
e7bd3bf8c5
commit
6998045599
|
@ -2,7 +2,8 @@
|
|||
|
||||
*Brings NetMD Devices to the Web*
|
||||
|
||||
live demo at [https://stefano.brilli.me/webminidisc/](https://stefano.brilli.me/webminidisc/).
|
||||
Live @ [https://stefano.brilli.me/webminidisc/](https://stefano.brilli.me/webminidisc/).</br>
|
||||
How it works @ [https://www.youtube.com/watch?v=Frs8qhw0g9Y](https://www.youtube.com/watch?v=Frs8qhw0g9Y).
|
||||
|
||||
Requires *Chrome* or any other browser that supports both **WASM** and **WebUSB**
|
||||
|
||||
|
|
|
@ -2,6 +2,15 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-60498490-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
gtag('config', 'UA-60498490-1');
|
||||
</script>
|
||||
|
||||
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" />
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
|
||||
|
|
Loading…
Reference in New Issue