weather
This commit is contained in:
parent
d81f05517d
commit
6696c314bf
@ -8,9 +8,6 @@
|
||||
<META CONTENT="noindex" NAME="googlebot" /> <!-- FUCK GOOGLE -->
|
||||
<META CONTENT="interest-cohort=()" HTTP-EQUIV="Permissions-Policy" /> <!-- FUCK GOOGLE -->
|
||||
<META NAME="viewport" CONTENT="width=device-width, initial-scale=1" />
|
||||
<STYLE>
|
||||
p, pre { text-align: center; }
|
||||
</STYLE>
|
||||
<TITLE>Home</TITLE>
|
||||
</HEAD>
|
||||
<BODY>
|
||||
@ -24,6 +21,8 @@ function time(){
|
||||
}
|
||||
var interval = window.setInterval(time, 1000); /* every second */
|
||||
</SCRIPT>
|
||||
<CENTER>
|
||||
<IMG ALT="Local weather forecast" SRC="https://wttr.in/.png?0mq" />
|
||||
<PRE ID="time">Enable JavaScript to see the date and time.</PRE>
|
||||
<P><I><B>Anti-socialization</B>
|
||||
<A HREF="https://discord.com/">Discord</A>,
|
||||
@ -52,5 +51,6 @@ var interval = window.setInterval(time, 1000); /* every second */
|
||||
</I></P>
|
||||
<P><B><A HREF="http://www.trinity.moe/bookmarks">Bookmarks</B></A></P>
|
||||
<P><A HREF="https://mail.google.com/mail/u/0/h/">Google Mail</A></P>
|
||||
</CENTER>
|
||||
</BODY>
|
||||
</HTML>
|
||||
|
Loading…
Reference in New Issue
Block a user