You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
1.5 KiB

<?php
$timesLoaded = intval(file_get_contents("count.txt")) + 1;
file_put_contents("count.txt", $timesLoaded);
$timesLoaded = number_format($timesLoaded);
?>
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>home.pk11.us</title>
<meta name="description" lang="ja" content="‎       へ
      / \        よ
     / 日 \       う
    /     \  __  こ
  _ |  へ  | /##\ そ
 /#\|日 冂 日| \##/ ︒
 \#/|  凵  |  ||
 ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄\ || 
             ̄ ̄ ̄ ̄ ̄ ̄
このページは<?php echo $timesLoaded; ?>回読み込みました。">
</head>
<body>
<pre style="line-height: 1;">
       へ
      / \        よ
     / 日 \       う
    /     \  __  こ
  _ |  へ  | /##\ そ
 /#\|日 冂 日| \##/ ︒
 \#/|  凵  |  ||
 ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄\ || 
             ̄ ̄ ̄ ̄ ̄ ̄
このページは<?php echo $timesLoaded; ?>回読み込みました。
</pre>
</body>
</html>