Skip to content

Commit 8961eda

Browse files
committedOct 15, 2022
added link in title for homepage of api
1 parent 9696194 commit 8961eda

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎api/templates/api/home.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@
3030
<main>
3131

3232
<!-- Header start -->
33-
<h1>Coding Profile API</h1>
33+
<h1>
34+
<a href="https://coding-profile-api.herokuapp.com/" style="text-decoration: none;">Coding Profile API</a>
35+
</h1>
3436
<div class="description">
3537
<div>
3638
A minimalist API that extracts your basic details from various <strong>competitive coding platforms</strong>, so

0 commit comments

Comments
 (0)
Please sign in to comment.