Skip to content

Commit 8863f2b

Browse files
committed
create starter file for video 66
1 parent 0f77e29 commit 8863f2b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

playground/event-loop.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta name="viewport" content="width=device-width,initial-scale=1.0">
7+
<title>Event Loop</title>
8+
<link rel="stylesheet" href="../base.css">
9+
</head>
10+
11+
<body>
12+
<script>
13+
14+
</script>
15+
</body>
16+
17+
</html>

0 commit comments

Comments
 (0)