Initial Commit
This commit is contained in:
12
index.html
Normal file
12
index.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="index.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p id="response"></p>
|
||||
<canvas id="canvas" width="480" height="270"></canvas>
|
||||
</body>
|
||||
|
||||
<script src="index.js"></script>
|
||||
</html>
|
||||
Reference in New Issue
Block a user