Initial commit: Atomaste website

This commit is contained in:
2025-12-10 12:17:30 -05:00
commit 0b9e5d1605
19260 changed files with 5206382 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
/*
* This file has nothing to do with ads, but is a trick to check if an adblocker is enabled.
* https://stackoverflow.com/questions/4869154/how-to-detect-adblock-on-my-website
*
* this way, we can warn the user in the cookie scan that an ad blocker is enabled, which would block the functioning of the scan.
*
*
* */
var canRunAds = true;

View File

@@ -0,0 +1 @@
var canRunAds=true;

View File

@@ -0,0 +1,2 @@
<?php
// Silence is golden.

File diff suppressed because one or more lines are too long