few updates

This commit is contained in:
2017-06-21 19:51:04 +02:00
parent f15dfb35f8
commit a7ee0b89d0
3 changed files with 5 additions and 5 deletions

View File

@@ -36,7 +36,7 @@ $img = getRandomFromArray($imgList);
<html>
<head>
<meta charset="utf-8" />
<title>Yagyuu</title>
<title>Yagyuu.moe</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="favicon.ico" />
</head>
@@ -46,7 +46,7 @@ $img = getRandomFromArray($imgList);
<div class="pic-center">
<img src="<?php echo $path . $img ?>" alt="" />
</div>
<a href="sources.php">Sources</a> | <a href="yagyuu.zip">Download all pictures</a> | <a href="http://riko.moe" target="_blank">Riko.moe</a>
<a href="sources.php">Sources</a> | <a href="yagyuu.zip">Download all pictures</a> | <a href="http://riko.moe" target="_blank">Riko.moe</a> | <a href="mailto:miku2000@outlook.de?subject=[Yagyuu.moe]">Mail me</a>
</body>
</html>