Skip to content

Commit b1ddbef

Browse files
authored
Add script to fetch hit count for the page
1 parent d528d62 commit b1ddbef

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

md/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/md');</script>
45
<meta charset="UTF-8">
56
<meta name="viewport" content="width=device-width, initial-scale=1.0">
67
<title>Markdown Viewer | RMKR Dev</title>
@@ -167,7 +168,7 @@
167168
<h2 class="text-xl font-bold tracking-tight">RMKR <span style="color: var(--color-accent);">MD</span></h2>
168169
</div>
169170
<a href="../" class="btn-outline cta-button text-sm">
170-
<i class="fa-solid fa-arrow-left"></i> Profile
171+
<i class="fa-solid fa-arrow-left"></i> Hub
171172
</a>
172173
</div>
173174
</header>

0 commit comments

Comments
 (0)