diff --git a/css.png b/css.png new file mode 100644 index 0000000..d7e8521 Binary files /dev/null and b/css.png differ diff --git a/image.php b/image.php index d26581e..ea4081a 100644 --- a/image.php +++ b/image.php @@ -2,11 +2,19 @@ header('content-type:image/png'); +//header('Content-type: text/json'); + + +/************END::receive request ***************//***var::$key***/ + + $img=rand(1,10); + /*************img display***************/ + $filename="img/$img.png"; header( "Content-Length: ".filesize($filename)); diff --git a/img/1.png b/img/1.png new file mode 100644 index 0000000..10ba654 Binary files /dev/null and b/img/1.png differ diff --git a/img/10.png b/img/10.png new file mode 100644 index 0000000..a88c0fd Binary files /dev/null and b/img/10.png differ diff --git a/img/2.png b/img/2.png new file mode 100644 index 0000000..dbbdb10 Binary files /dev/null and b/img/2.png differ diff --git a/img/3.png b/img/3.png new file mode 100644 index 0000000..8649207 Binary files /dev/null and b/img/3.png differ diff --git a/img/4.png b/img/4.png new file mode 100644 index 0000000..79866d4 Binary files /dev/null and b/img/4.png differ diff --git a/img/5.png b/img/5.png new file mode 100644 index 0000000..8987d4c Binary files /dev/null and b/img/5.png differ diff --git a/img/6.png b/img/6.png new file mode 100644 index 0000000..8d0c759 Binary files /dev/null and b/img/6.png differ diff --git a/img/7.png b/img/7.png new file mode 100644 index 0000000..58ae3bd Binary files /dev/null and b/img/7.png differ diff --git a/img/8.png b/img/8.png new file mode 100644 index 0000000..47fb89f Binary files /dev/null and b/img/8.png differ diff --git a/img/9.png b/img/9.png new file mode 100644 index 0000000..02ebbd0 Binary files /dev/null and b/img/9.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..635b14d --- /dev/null +++ b/index.html @@ -0,0 +1,35 @@ + + + + + + + + + + + +
+ + + + + + + + + + \ No newline at end of file