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