Skip to content

Commit f12bffa

Browse files
committed
feat: link index.js to index.html
1 parent b710306 commit f12bffa

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Diff for: index.html

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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>LAB | JS Basic Algorithms</title>
7+
</head>
8+
<body>
9+
<h1>LAB | JS Basic Algorithms</h1>
10+
<br />
11+
<br />
12+
<p> Open the <a href="https://developer.chrome.com/docs/devtools/open/">Dev Tools console</a> to see the console output.</p>
13+
14+
<script src="index.js"></script>
15+
</body>
16+
</html>

0 commit comments

Comments
 (0)