Skip to content

Commit

Permalink
cloudflare analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
BSC committed Feb 16, 2025
1 parent d4a8aa4 commit dae64ac
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,16 +188,17 @@ <h2>@dittytoy</h2>
</main>

<footer class="container">
<p>&copy; BSC 1986-<span id="year">2019</span> - Here be no google, no facebook, no cookies, no beacons</p>
<p>&copy; BSC 1986-<span id="year">2019</span> - Here be no google, no facebook, no cookies</p>
</footer>

<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="/docs/4.4/assets/js/vendor/jquery.slim.min.js"><\/script>')</script><script src="/docs/4.4/dist/js/bootstrap.bundle.min.js" integrity="sha384-6khuMg9gaYr5AxOqhkVIODVIvm9ynTT5J4V1cfthmT+emCG6yVmEZsRHdxlotUnm" crossorigin="anonymous"></script>
</body>
<!-- Cloudflare Web Analytics --><script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "773a16037d1c4ee782c51b96c0f0ba21"}'></script><!-- End Cloudflare Web Analytics -->
</body>

<script type="text/javascript" src="main.js"></script>
<script type="text/javascript">
const year = 1900 + new Date().getYear();
const year = Date().getFullYear();
$("#year").text(year);
$("#years").text(year - 1986);
</script>
Expand Down

0 comments on commit dae64ac

Please sign in to comment.