created test website

This commit is contained in:
sam
2023-09-27 23:27:35 +02:00
parent 9fe723af15
commit 82793a3741

19
web/bru.html Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- either local copy: -->
<script src="js-ts/webseriallib.js"></script>
<!-- or from a CDN online: -->
<!-- <script src="https://unpkg.com/@gohai/p5.webserial@^1/libraries/p5.webserial.js"></script> -->
<link rel="stylesheet" type="text/css" href="css.css">
<meta charset="utf-8" />
</head>
<body>
<main>
</main>
<script src="js-ts/serialv2.js"></script>
</body>
</html>