blob: c368daa658aaf72bc9b85317e509a8ef7af7d9d2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
|
<!DOCTYPE html>
<html data-lt-installed="true">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>~/</title>
<link rel="stylesheet" href="./css/colors.css" />
<link rel="stylesheet" href="/home/fuwn/.cache/wal/colors.css" />
<link rel="stylesheet" href="./css/index.css" />
</head>
<body>
<div class="wrapper">
<div class="waifu">
<!-- <a href="#" id="waifu-link"
><img
id="waifu"
src="https://media.tenor.com/GOYRQva4UeoAAAAd/anime-dance.gif"
/></a>
</div> -->
<div class="content">
<div class="time" id="time"> </div>
<div class="weather"></div>
<!-- <div class="weather" id="weather">
<div id="weather">
<div id="current-weather">
<ruby><rt></rt></ruby>
</div>
<div id="tomorrows-weather">
<ruby><rt></rt></ruby>
</div>
</div>
</div> -->
<div class="links" id="links">
<div class="link-collection">
<a href="https://due.moe/schedule">due.moe/s</a>
<a href="https://anichart.net/">anichart</a>
<a href="https://animeschedule.net/">animescheadule</a>
<a href="https://livechart.me/timetable">livechart.me</a>
</div>
<div class="link-collection">
<a href="https://mangadex.org/">mangadex</a>
<a href="https://due.moe">due.moe</a>
<a href="https://www.novelupdates.com/">novelupdates</a>
</div>
<div class="link-collection">
<a href="https://anilist.co/home">anilist</a>
<a href="https://myanimelist.net/">myanimelist</a>
<a href="https://listen.moe/">listen.moe</a>
<a href="https://onepace.net/watch">onepace</a>
</div>
<div class="link-collection">
<a href="https://www.crunchyroll.com/videos/new">crunchyroll</a>
<a href="https://www.hidive.com/dashboard">hidive</a>
<a href="https://open.spotify.com/">spotify</a>
<a href="https://stats.fm/Fuwn">stats.fm</a>
</div>
<div class="link-collection">
<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="link-collection">
<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>
<a href="https://www.reddit.com/">reddit</a>
<a href="https://sumi.news/">sumi.news</a>
</div>
</div>
</div>
</div>
<script src="./index.js"></script>
</body>
</html>
|