summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..e5e4256
--- /dev/null
+++ b/index.html
@@ -0,0 +1,26 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="UTF-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+ <title>spin.due.moe</title>
+ <link rel="icon" type="image/png" href="favicon.png" />
+ </head>
+ <body>
+ <!-- @fuwn on AniList -->
+ <a href="https://anilist.co/anime/164244/" target="_blank">
+ <img
+ src="https://i.imgur.com/FmvQYPg.gif"
+ style="
+ position: fixed;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ object-fit: cover;
+ z-index: -1;
+ "
+ />
+ </a>
+ </body>
+</html>