COmmit
This commit is contained in:
@@ -0,0 +1,14 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<title>Tester</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<script>
|
||||||
|
console.log("hello world");
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
console.log("hello world"); // This is a comment
|
||||||
|
/*
|
||||||
|
This is a multi line
|
||||||
|
Comment
|
||||||
|
*/
|
||||||
Reference in New Issue
Block a user