Exercise 1.2

This commit is contained in:
Karan
2021-11-24 19:02:53 +05:30
committed by GitHub
parent c5293bd196
commit 22da1cec1d
+14
View File
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<title>Tester</title>
</head>
<body>
<script>
console.log("hello world");
</script>
</body>
</html>