diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..c94773e --- /dev/null +++ b/index.html @@ -0,0 +1,63 @@ +<!DOCTYPE html> +<html data-lt-installed="true"> + <head> + <title>~/</title> + <link rel="stylesheet" href="/home/fuwn/.cache/wal/colors.css" /> + <link rel="stylesheet" href="./colors.css" /> + <link rel="stylesheet" href="./index.css" /> + </head> + + <body> + <div class="wrapper"> + <div class="waifu"><img id="waifu" /></div> + + <div class="content"> + <div class="time" id="time"></div> + + <div class="weather" id="weather"> + <div id="weather"> + <div id="current"></div> + <div id="tmrrw"></div> + </div> + </div> + + <div class="links" id="links"> + <div class="media-links" id="media-links"> + <a href="https://open.spotify.com/">spotify</a> + <a href="https://stats.fm/Fuwn">stats.fm</a> + <a href="https://www.crunchyroll.com/videos/new">crunchyroll</a> + <a href="https://www.hidive.com/dashboard">hidive</a> + </div> + + <div class="schedule-links" id="schedule-links"> + <a href="https://livechart.me/timetable">livechart.me</a> + <a href="https://animeschedule.net/">animescheadule</a> + <a href="https://anichart.net/">anichart</a> + <a href="https://due.moe/">due.moe</a> + </div> + + <div class="weeb-links" id="weeb-links"> + <a href="https://anilist.co/">anilist</a> + <a href="https://mangadex.org/">mangadex</a> + <a href="https://myanimelist.net/">myanimelist</a> + <a href="https://listen.moe/">listen.moe</a> + </div> + + <div class="school-links" id="school-links"> + <a href="https://mhcc.blackboard.com/">blackboard</a> + <a href="https://oit.instructure.com/">canvas</a> + <a href="https://techweb.oit.edu/">techweb</a> + </div> + + <div class="fun-links" id="fun-links"> + <a href="https://osu.ppy.sh/users/25566237">osu</a> + <a href="https://boards.4channel.org/a/">/a/</a> + <a href="https://boards.4channel.org/g/">/g/</a> + </div> + </div> + </div> + </div> + + <script src="./index.js"></script> + </body> +</html> |