Irvin-Solis / CommerceBank

React Website for Commerce Banks
MIT License
0 stars 0 forks source link

HTML code and css code for the Homepage #9

Closed sghw7 closed 3 years ago

sghw7 commented 3 years ago

Homepage and css file

Irvin-Solis commented 3 years ago

Tried running the website and it returned a compile error. You added HTML to a javascript file. You shouldn't have replaced everything in the file, you should have added your HTML to the existing stuff. Look into the react framework instead of just creating an Html file. You have to create a react component for this The file already had a beginning draft of the Home component

PerimoOmnes commented 3 years ago

just look at the lines you removed and between

and
put ur code not removing any of the 8 original lines