diff --git a/Contributors.md b/Contributors.md index e34f3307..58c65576 100644 --- a/Contributors.md +++ b/Contributors.md @@ -2179,3 +2179,4 @@ sh0uka - [Hashim Iqbal](https://github.com/Haz-ctrl) - [Thoriq Nurathif Fadhlullah Wajo](https://github.com/thorixrover) - [Peter Li](https://github.com/kalokli8) +- [Tejas T.M 🎉](https://github.com/tejastm75job-web) \ No newline at end of file diff --git a/website/index.html b/website/index.html new file mode 100644 index 00000000..98be7f77 --- /dev/null +++ b/website/index.html @@ -0,0 +1,14 @@ + + + + + Contributors + + +

Contributors

+ + + diff --git a/website/style.css b/website/style.css new file mode 100644 index 00000000..615f00b4 --- /dev/null +++ b/website/style.css @@ -0,0 +1,15 @@ +body { + font-family: Arial, sans-serif; + background-color: #f0f0f0; + text-align: center; +} + +ul { + list-style-type: none; +} + +li { + margin: 10px 0; + font-size: 18px; + color: #333; +}