
3 changed files with 7 additions and 1 deletions
@ -1,3 +1,6 @@ |
|||
h1 { |
|||
color: red; |
|||
} |
|||
|
|||
h3 { color: orange; |
|||
} |
@ -1 +1,2 @@ |
|||
console.log("Hello JS") |
|||
console.log("Hello JS") |
|||
console.log("End of line") |
Loading…
Reference in new issue