Skip to content

Commit 0ac601c

Browse files
authored
Update print statement from 'Hello' to 'Goodbye'
1 parent 0a6cd49 commit 0ac601c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

about.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
<i class="fas fa-envelope" style="margin-right: 0.5rem;"></i> idealab@iiitnr.edu.in | <i class="fas fa-phone" style="margin-left: 1rem; margin-right: 0.5rem;"></i> +91-771-2474101
2020
</div>
2121
<div style="display: flex; gap: 1rem;">
22-
<a href="#" style="color: inherit; text-decoration: none; transition: color 0.3s;">Tenders</a>
23-
<a href="#" style="color: inherit; text-decoration: none; transition: color 0.3s;">Faculty Login</a>
24-
<a href="#" style="color: inherit; text-decoration: none; transition: color 0.3s;">Student Login</a>
22+
<a href="#" style="color: inherit; text-decoration: none; transition: color 0.3s;"></a>
23+
<a href="#" style="color: inherit; text-decoration: none; transition: color 0.3s;"></a>
24+
<a href="#" style="color: inherit; text-decoration: none; transition: color 0.3s;"></a>
2525
</div>
2626
</div>
2727
</div>
@@ -294,3 +294,4 @@ <h3>Contact Us</h3>
294294
</html>
295295

296296

297+

0 commit comments

Comments
 (0)