Spaces:
Sleeping
Sleeping
imseldrith
commited on
Commit
•
be03cf2
1
Parent(s):
4148cd2
Update templates/index.html
Browse files- templates/index.html +2 -2
templates/index.html
CHANGED
@@ -316,7 +316,7 @@
|
|
316 |
<footer>
|
317 |
<p>Built with ❤️ by <a href="https://codegenius.me" style="color: red;">Ashiq Hussain Mir</a></p>
|
318 |
<p class="page-view-counter">
|
319 |
-
Page Views: <span id="page-view-count">
|
320 |
</p>
|
321 |
</footer>
|
322 |
<script>
|
@@ -331,7 +331,7 @@
|
|
331 |
}, 7000);
|
332 |
}
|
333 |
// Update the page view counter
|
334 |
-
var pageViewCount =
|
335 |
function updatePageViewCount() {
|
336 |
pageViewCount++;
|
337 |
document.getElementById('page-view-count').textContent = pageViewCount;
|
|
|
316 |
<footer>
|
317 |
<p>Built with ❤️ by <a href="https://codegenius.me" style="color: red;">Ashiq Hussain Mir</a></p>
|
318 |
<p class="page-view-counter">
|
319 |
+
Page Views: <span id="page-view-count">67</span> | <a href="templates/api_docs.html" class="api-link">API</a>
|
320 |
</p>
|
321 |
</footer>
|
322 |
<script>
|
|
|
331 |
}, 7000);
|
332 |
}
|
333 |
// Update the page view counter
|
334 |
+
var pageViewCount = 67;
|
335 |
function updatePageViewCount() {
|
336 |
pageViewCount++;
|
337 |
document.getElementById('page-view-count').textContent = pageViewCount;
|