Add link to a short video overview

This commit is contained in:
Stefano Brilli 2020-03-21 20:46:48 +01:00
parent e7bd3bf8c5
commit 6998045599
2 changed files with 11 additions and 1 deletions

View File

@ -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**

View File

@ -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" />