fix visit

This commit is contained in:
JDobeshow 2022-04-16 15:46:36 +02:00
parent c84c280f0b
commit 4de2b16e6b

View File

@ -286,7 +286,7 @@
</div> </div>
</div> </div>
</div> </div>
<h6><b style="background-color:red; color:yellow;"><?php include("visitor_counter.php"); echo IncrementCounter(); ?></b> People visited us so far!</h6> <h6><b style="background-color:red; color:yellow;">This site has been visited <?php include("visitor_counter.php"); echo IncrementCounter(); ?></b> times</h6>
<footer> <footer>
&copy; Cringe Studios &copy; Cringe Studios
</footer> </footer>