mirror of https://github.com/electron/electron
16 lines
418 B
HTML
16 lines
418 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'">
|
|
<title>Web Serial API</title>
|
|
<body>
|
|
<h1>Web Serial API</h1>
|
|
|
|
<button id="clickme">Test Web Serial API</button>
|
|
|
|
<p>Matching Arduino Uno device: <strong id="device-name""></strong></p>
|
|
|
|
<script src="./renderer.js"></script>
|
|
</body>
|
|
</html> |