Skip to content

Commit d528d62

Browse files
authored
Add fetch script to count API in index.html
1 parent 784d1c7 commit d528d62

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

jwt/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4+
<script>fetch('https://api.countapi.xyz/hit/rmkr-dev.github.io/jwt');</script>
45
<meta charset="UTF-8">
56
<meta name="viewport" content="width=device-width, initial-scale=1.0">
67
<title>JWT Viewer | RMKR Dev</title>
@@ -90,7 +91,7 @@
9091
<h2 class="text-xl font-bold tracking-tight">RMKR <span style="color: var(--color-accent);">JWT</span></h2>
9192
</div>
9293
<a href="../" class="btn-gold cta-button">
93-
<i class="fa-solid fa-arrow-left"></i> Profile
94+
<i class="fa-solid fa-arrow-left"></i> Hub
9495
</a>
9596
</div>
9697
</header>

0 commit comments

Comments
 (0)