diff --git a/definer.php b/definer.php new file mode 100644 index 0000000..4c59e8d --- /dev/null +++ b/definer.php @@ -0,0 +1,20 @@ += 0 && $visitas <= 9999) { + file_put_contents('./visits.txt', $visitas - 1); + header('Location: ./index.php'); +} else { + backToLife(); +} + +?> \ No newline at end of file diff --git a/style.css b/style.css index e676bc7..d4e417d 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,6 @@ * { margin: 0; - + user-select: none; } html, body { height: 100%; diff --git a/styleDefiner.css b/styleDefiner.css index 767f85e..0f9390e 100644 --- a/styleDefiner.css +++ b/styleDefiner.css @@ -1,5 +1,6 @@ * { margin: 0; + user-select: none; } body { diff --git a/visits.txt b/visits.txt index f0b5c72..d257208 100644 --- a/visits.txt +++ b/visits.txt @@ -1 +1 @@ -57 \ No newline at end of file +112 \ No newline at end of file