Commiting changes
This commit is contained in:
2
public/assets/main.js
Normal file
2
public/assets/main.js
Normal file
@@ -0,0 +1,2 @@
|
||||
let body = document.getElementsByTagName('h1');
|
||||
console.log(body);
|
||||
4
public/assets/style.css
Normal file
4
public/assets/style.css
Normal file
@@ -0,0 +1,4 @@
|
||||
body {
|
||||
color: white;
|
||||
background: purple;
|
||||
}
|
||||
Reference in New Issue
Block a user