Skip to content

Commit a4f45c4

Browse files
committed
Section 22: Project Setup
1 parent e38c539 commit a4f45c4

3 files changed

Lines changed: 15 additions & 1 deletion

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<script src="https://cdnjs.cloudflare.com/ajax/libs/matter-js/0.19.0/matter.min.js"></script>
7+
<script src="index.js"></script>
8+
<title>Maze</title>
9+
</head>
10+
<body>
11+
12+
</body>
13+
</html>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
console.log('hello world')

22-Javascript-with-the-Canvas-API/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
**folder 01**
44

5-
## 1.
5+
## 1. 02 Project Setup

0 commit comments

Comments
 (0)