This commit is contained in:
2025-08-26 11:37:37 +05:30
parent 7139c43758
commit f1ce16124a

15
.gitignore vendored
View File

@ -1 +1,14 @@
#gitignore
<!DOCTYPE html>
<html>
<body>
<h2>JavaScript in Body</h2>
<p id="demo"></p>
<script>
document.getElementById("demo").innerHTML = "My First JavaScript";
</script>
</body>
</html>