FSOC-OSS / FSOC.V3

MIT License
0 stars 15 forks source link

Fixed Issue#30 : Update Website Data. #32

Closed Avansh2006 closed 2 weeks ago

Avansh2006 commented 2 weeks ago

I have fixed the issue, please have a look at it.

There were two ways to change the data :

  1. just changing text in html directly
  2. BY DOM manipulation.

I have done it with both like in some I have directly added text to html and for some I have used DOM. Please have a look at it.

Contributed by Avansh2006....