Skip to content

Commit

Permalink
v3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hamid0740 authored Sep 18, 2021
1 parent c26524d commit 490a917
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Persian/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
<div class="content"><img class="user-photo" src="photo.jpg" alt="Profile Photo"></div>

<!-- User name -->
<div><a class="user-name">$Name</a></div>
<div><p class="user-name">$Name</p></div>

<!-- User info -->
<div><a class="user-info">$InfoLine1<br/>$InfoLine2<br/>$InfoLine3</a></div>
<div><p class="user-info">$InfoLine1<br/>$InfoLine2<br/>$InfoLine3</p></div>

<!--Links section-->
<div>
Expand Down Expand Up @@ -246,6 +246,6 @@
<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>
<script async src="https://api.countapi.xyz/hit/LinkForest"></script>
<script async src="https://api.countapi.xyz/hit/LinkForest/$Username?callback=visit"></script> <!-- Username without @ #Customizable -->
<!-- LinkForest template v3.1.3 Persian -->
<!-- LinkForest template v3.1.4 Persian -->
</body>
</html>

0 comments on commit 490a917

Please sign in to comment.