created test website
This commit is contained in:
19
web/bru.html
Normal file
19
web/bru.html
Normal 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>
|
Reference in New Issue
Block a user