Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c724fd1

Browse files
assignment js
1 parent b48d7d9 commit c724fd1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

html/external.html

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+
<title>external</title>
7+
</head>
8+
<body>
9+
10+
<script src="../day1_basic/external.js"></script>
11+
12+
</body>
13+
</html>

0 commit comments

Comments
 (0)