Skip to content

Commit

Permalink
adding my html to the project (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sushovan09 authored Feb 19, 2025
1 parent 5dcb1ed commit 4489fa1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions contributors/sushovan.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<article>
<h3>sushovan pan</h3>
<p> a student.</p>
<h4>programming languages i use.</h4>
<ul>
<li class = "a">java</li>
<li class = "a">python</li>
<li class = "a">c++</li>
</ul>
<style>
.a{
color:blueviolet;
}
</style>
</article>

0 comments on commit 4489fa1

Please sign in to comment.