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