diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -16,18 +16,22 @@ <div class="waifu"> <a href="#" id="waifu-link" ><img - onload="document.getElementsByTagName('body')[0].style.opacity = 1" id="waifu" + src="https://media.tenor.com/GOYRQva4UeoAAAAd/anime-dance.gif" /></a> </div> <div class="content"> - <div class="time" id="time"></div> + <div class="time" id="time"> </div> <div class="weather" id="weather"> <div id="weather"> - <div id="current-weather"></div> - <div id="tomorrows-weather"></div> + <div id="current-weather"> + <ruby><rt></rt></ruby> + </div> + <div id="tomorrows-weather"> + <ruby><rt></rt></ruby> + </div> </div> </div> |