mirror of
https://github.com/tiennm99/ai-coding-workflow-labs.git
synced 2026-09-16 22:21:16 +00:00
12 lines
248 B
HTML
12 lines
248 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Phaser Project</title>
|
|
<script src="https://cdn.jsdelivr.net/npm/phaser@3.55.2/dist/phaser.js"></script>
|
|
</head>
|
|
<body>
|
|
<script src="src/main.js"></script>
|
|
</body>
|
|
</html>
|