Hello world com blockly-games

This commit is contained in:
2025-10-06 19:03:59 -03:00
parent bed4c22655
commit 53a06d0e58
266 changed files with 8305 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="google" value="notranslate">
<meta name="viewport" content="target-densitydpi=device-dpi, width=device-width, initial-scale=1.0, user-scalable=no">
<title>Blockly Games : Pond</title>
<link rel="stylesheet" href="common/common.css">
<link rel="stylesheet" href="pond/style.css">
<link rel="stylesheet" href="pond/duck/style.css">
<script src="third-party/ace/ace.js"></script>
<script src="common/boot.js"></script>
</head>
<body>
</body>
</html>