This commit is contained in:
Karan
2021-11-24 18:55:22 +05:30
parent cd1eff2fd2
commit 01d5f82304
2 changed files with 19 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<!doctype html>
<html>
<head>
<title>Tester</title>
</head>
<body>
<script>
console.log("hello world");
</script>
</body>
</html>
+5
View File
@@ -0,0 +1,5 @@
console.log("hello world"); // This is a comment
/*
This is a multi line
Comment
*/