Resolve merge conflict in Contributors.md

This commit is contained in:
tejastm75job-web
2025-08-25 16:33:18 +05:30
3 changed files with 30 additions and 0 deletions
+1
View File
@@ -2180,3 +2180,4 @@ sh0uka
- [Thoriq Nurathif Fadhlullah Wajo](https://github.com/thorixrover)
- [Peter Li](https://github.com/kalokli8)
- [Tejas T M] (https://github.com/tejastm75job-web)
- [Tejas T.M 🎉](https://github.com/tejastm75job-web)
+14
View File
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<title>Contributors</title>
</head>
<body>
<h1>Contributors</h1>
<ul>
<li>Tejas T M</li>
<li>Other Contributor</li>
</ul>
</body>
</html>
+15
View File
@@ -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;
}