imseldrith commited on
Commit
be03cf2
1 Parent(s): 4148cd2

Update templates/index.html

Browse files
Files changed (1) hide show
  1. 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">0</span> | <a href="https://your-api-page-url" class="api-link">API</a>
320
  </p>
321
  </footer>
322
  <script>
@@ -331,7 +331,7 @@
331
  }, 7000);
332
  }
333
  // Update the page view counter
334
- var pageViewCount = 0;
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;