mirror of
https://github.com/LucasVbr/first-contributions.git
synced 2026-05-16 01:31:51 +00:00
15 lines
245 B
HTML
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>
|