diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3997bea --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.db \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..5ebc8e7 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Riko.moe +Source code of [Riko.moe](http://riko.moe/) diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..197a853 Binary files /dev/null and b/favicon.ico differ diff --git a/images/26705.jpg b/images/26705.jpg new file mode 100644 index 0000000..3f5e422 Binary files /dev/null and b/images/26705.jpg differ diff --git a/images/3369691647_41165d2ce5.jpg b/images/3369691647_41165d2ce5.jpg new file mode 100644 index 0000000..007afeb Binary files /dev/null and b/images/3369691647_41165d2ce5.jpg differ diff --git a/images/573485-riko_suminoe__profile_portrait__large.png b/images/573485-riko_suminoe__profile_portrait__large.png new file mode 100644 index 0000000..6217f57 Binary files /dev/null and b/images/573485-riko_suminoe__profile_portrait__large.png differ diff --git a/images/6343259033_35bdb68f68.jpg b/images/6343259033_35bdb68f68.jpg new file mode 100644 index 0000000..df4d7c4 Binary files /dev/null and b/images/6343259033_35bdb68f68.jpg differ diff --git a/images/Suminoe.Riko.full.239425.jpg b/images/Suminoe.Riko.full.239425.jpg new file mode 100644 index 0000000..8c53bd0 Binary files /dev/null and b/images/Suminoe.Riko.full.239425.jpg differ diff --git a/images/cb4f20a6ae59ac058fd07d647b79ecc7d2308c48.png b/images/cb4f20a6ae59ac058fd07d647b79ecc7d2308c48.png new file mode 100644 index 0000000..f320af0 Binary files /dev/null and b/images/cb4f20a6ae59ac058fd07d647b79ecc7d2308c48.png differ diff --git a/images/dc2c23a0d2f26.jpg b/images/dc2c23a0d2f26.jpg new file mode 100644 index 0000000..00c440f Binary files /dev/null and b/images/dc2c23a0d2f26.jpg differ diff --git a/images/kissxsis_01.jpg b/images/kissxsis_01.jpg new file mode 100644 index 0000000..4085b6d Binary files /dev/null and b/images/kissxsis_01.jpg differ diff --git a/images/riko.jpg b/images/riko.jpg new file mode 100644 index 0000000..ad7950d Binary files /dev/null and b/images/riko.jpg differ diff --git a/images/tumblr_n47jqpdOCi1smmytpo1_400.gif b/images/tumblr_n47jqpdOCi1smmytpo1_400.gif new file mode 100644 index 0000000..eb7377d Binary files /dev/null and b/images/tumblr_n47jqpdOCi1smmytpo1_400.gif differ diff --git a/index.php b/index.php new file mode 100644 index 0000000..0c25d9c --- /dev/null +++ b/index.php @@ -0,0 +1,52 @@ + + + + + + Riko + + + + +

Press F5 for another pic!

+ +
+ +
+ Sources | Download all pictures + + + diff --git a/riko.zip b/riko.zip new file mode 100644 index 0000000..e8511f8 Binary files /dev/null and b/riko.zip differ diff --git a/sources.php b/sources.php new file mode 100644 index 0000000..3e9e735 --- /dev/null +++ b/sources.php @@ -0,0 +1,27 @@ + + + + + Riko Image Sources + + + + + +
    +
  1. 26705.jpg
  2. +
  3. 3369691647_41165d2ce5.jpg
  4. +
  5. 573485-riko_suminoe__profile_portrait__large.png
  6. +
  7. 6343259033_35bdb68f68.jpg
  8. +
  9. cb4f20a6ae59ac058fd07d647b79ecc7d2308c48.png
  10. +
  11. dc2c23a0d2f26.jpg
  12. +
  13. kissxsis_01.jpg
  14. +
  15. riko.jpg
  16. +
  17. Suminoe.Riko.full.239425.jpg
  18. +
  19. tumblr_n47jqpdOCi1smmytpo1_400.gif
  20. +
+ +

... Back

+ + + diff --git a/style.css b/style.css new file mode 100644 index 0000000..d4af786 --- /dev/null +++ b/style.css @@ -0,0 +1,12 @@ +body { font: 14px/1.3 verdana, arial, helvetica, sans-serif; } +h1 { font-size:1.3em; } +h2 { font-size:1.2em; } +a:link { color:#33c; } +a:visited { color:#339; } +p { max-width: 60em; } + +/* so linked image won't have border */ +a img { border:none; } + +.pic-center { text-align: center; } +.text-center {text-align: center;} \ No newline at end of file