Skip to content

Commit d5d9055

Browse files
committed
create starter file for video 74
1 parent 888224f commit d5d9055

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

playground/apis.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>APIs</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)