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.
38 lines
1.7 KiB
38 lines
1.7 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>うち.ピケ.コム</title>
|
|
<meta name="description" lang="ja" content=" ____ ようこそ、 #
|
|
/【||】\______## ##
|
|
_____|【||】| 【口口】### ##
|
|
/ ___ \  ̄ ̄ |冂 ######
|
|
|| ||ーーーー|凵 |####
|
|
|| ・ ||#口口#/ー\【口口】| ##
|
|
 ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄\||
|
|
うち・ピケ・コムへ  ̄ ̄ ̄
|
|
このページは<?php echo $timesLoaded; ?>回読み込みました。">
|
|
</head>
|
|
<body>
|
|
<pre style="line-height: 1;">
|
|
____ ようこそ、 #
|
|
/【||】\______## ##
|
|
_____|【||】| 【口口】### ##
|
|
/ ___ \  ̄ ̄ |冂 ######
|
|
|| ||ーーーー|凵 |####
|
|
|| ・ ||#口口#/ー\【口口】| ##
|
|
 ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄\||
|
|
うち・ピケ・コムへ  ̄ ̄ ̄
|
|
</pre>
|
|
このページは<?php echo $timesLoaded; ?>回読み込みました。
|
|
</pre>
|
|
</body>
|
|
</html>
|