Consolidated sender and receiver projects
This commit is contained in:
18
receiver.html
Normal file
18
receiver.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Canvas Receiver</title>
|
||||
<script defer type="module" src="dist/canvasReceiver.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="canvas"></div>
|
||||
</body>
|
||||
|
||||
<style>
|
||||
#canvas {
|
||||
width: 500px;
|
||||
height: 500px;
|
||||
border: 1px solid black;
|
||||
}
|
||||
</style>
|
||||
</html>
|
||||
Reference in New Issue
Block a user