Files
first-contributions/website/index.html
T
2025-08-25 13:37:01 +05:30

15 lines
245 B
HTML

<!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>