few updates

This commit is contained in:
Akamaru 2017-06-21 19:50:36 +02:00
parent 2039562399
commit 2717962391
5 changed files with 9 additions and 6 deletions

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 105 KiB

View File

@ -26,7 +26,6 @@ function getRandomFromArray($ar) {
return $ar[$num]; return $ar[$num];
} }
// Obtain list of images from directory // Obtain list of images from directory
$imgList = getImagesFromDir($root . $path); $imgList = getImagesFromDir($root . $path);
$img = getRandomFromArray($imgList); $img = getRandomFromArray($imgList);
@ -36,17 +35,21 @@ $img = getRandomFromArray($imgList);
<html> <html>
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<title>Riko</title> <title>Riko.moe</title>
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="favicon.png" /> <link rel="shortcut icon" href="favicon.ico" />
</head> </head>
<body> <body>
<div class="text-center"><p style="font-size:xx-large;">Press F5 for another pic!</p></div> <div class="text-center"><p style="font-size:xx-large;">Press F5 for another pic!</p></div>
<!-- image displays here --> <!-- image displays here -->
<div class="pic-center"> <div class="pic-center">
<img src="<?php echo $path . $img ?>" alt="" /> <img src="<?php echo $path . $img ?>" alt="" />
</div> </div>
<a href="sources.php">Sources</a> | <a href="riko.zip">Download all pictures</a>
</body> </body>
<!-- Footer begins -->
<a href="sources.php">Sources</a> | <a href="riko.zip">Download all pictures</a> | <a href="http://yagyuu.moe" target="_blank">Yagyuu.moe</a> | <a href="mailto:miku2000@outlook.de?subject=[Riko.moe]">Mail me</a>
<!-- Footer ends -->
</html> </html>

BIN
riko.zip

Binary file not shown.

View File

@ -33,7 +33,7 @@
<li><a href="http://wifflegif.com/gifs/515729-riko-suminoe-kiss-x-sis-gif">tumblr_n47jqpdOCi1smmytpo1_400.gif</a></li> <li><a href="http://wifflegif.com/gifs/515729-riko-suminoe-kiss-x-sis-gif">tumblr_n47jqpdOCi1smmytpo1_400.gif</a></li>
</ol> </ol>
<p>... <a href="http://riko.moe/">Back</a></p> <p><a href="http://riko.moe/">Back</a>...</p>
</body> </body>
</html> </html>