summaryrefslogtreecommitdiff
path: root/src/himasaku/resources
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-03-22 16:19:32 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-03-22 16:19:32 +0900
commitb646877e8bf73650859c52fc00a601da5b34bfc0 (patch)
tree347c7a8d7744b8da7d966fe0422dad6f38a8a610 /src/himasaku/resources
parent[Client] Fix design (diff)
downloadmisskey-b646877e8bf73650859c52fc00a601da5b34bfc0.tar.gz
misskey-b646877e8bf73650859c52fc00a601da5b34bfc0.tar.bz2
misskey-b646877e8bf73650859c52fc00a601da5b34bfc0.zip
#309 and some cleanups
Diffstat (limited to 'src/himasaku/resources')
-rw-r--r--src/himasaku/resources/himasaku.pngbin144018 -> 0 bytes
-rw-r--r--src/himasaku/resources/index.html35
2 files changed, 0 insertions, 35 deletions
diff --git a/src/himasaku/resources/himasaku.png b/src/himasaku/resources/himasaku.png
deleted file mode 100644
index 25cd91e954..0000000000
--- a/src/himasaku/resources/himasaku.png
+++ /dev/null
Binary files differ
diff --git a/src/himasaku/resources/index.html b/src/himasaku/resources/index.html
deleted file mode 100644
index f9e45d7a74..0000000000
--- a/src/himasaku/resources/index.html
+++ /dev/null
@@ -1,35 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no">
- <meta name="description" content="ひまさく">
- <meta name="keywords" content="ひまさく, さくひま, 向日葵, 櫻子">
- <title>ひまさく</title>
- <style>
- html {
- height: 100%;
- font-size: 0;
- }
-
- body {
- margin: 0;
- height: 100%;
- overflow: hidden;
- }
-
- img {
- display: block;
- position: absolute;
- max-width: 100%;
- margin: auto;
- top: 0; right: 0; bottom: 0; left: 0;
- pointer-events: none;
- user-select: none;
- }
- </style>
- </head>
- <body>
- <img src="/himasaku.png" alt="ひまさく">
- </body>
-</html>