Project 1

This commit is contained in:
Karan 2021-11-24 19:06:18 +05:30 committed by GitHub
parent c5478d1d95
commit 4ebd20eb4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

15
Chapter 1/Project 1 Normal file
View File

@ -0,0 +1,15 @@
<!doctype html>
<html>
<head>
<title>JS Tester</title>
</head>
<body>
<script src="myJS.js"></script>
</body>
</html>
// console.log("Laurence");
/*
This is my comment
Laurence Svekis
*/