Moved files to other folder

This commit is contained in:
sam
2023-11-24 11:49:11 +01:00
parent 3a3ac9390d
commit 11ef7e232c
4 changed files with 0 additions and 0 deletions

17
webdev/index.html Normal file
View File

@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Open Dag Game</title>
<!-- support p5-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.1.9/p5.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.1.9/addons/p5.sound.min.js"></script>
<script src="game.js"></script>
<script src="Serial.js"></script>
</head>
<body>
</body>
</html>