15 lines
605 B
PHP
Executable File
15 lines
605 B
PHP
Executable File
|
|
|
|
|
|
<div> </div>
|
|
|
|
<DIV class="footer" style="background-color: #333; color:grey">
|
|
<hr>
|
|
<p style= "text-align:center;"><a> counter: <?php echo intval(file_get_contents("counter.txt"))+123; ?> </a></p>
|
|
<br>
|
|
</DIV>
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
|
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
|
|
</body>
|
|
</html>
|