rework a little bit

This commit is contained in:
dtb 2022-11-13 21:44:19 -05:00
parent f19f2f9b81
commit eaa10e4241
2 changed files with 15 additions and 21 deletions

View File

@ -3,7 +3,7 @@ packages:
- hut
tasks:
- package: |
cd murderuus
cd murderu.us
tar cvz --exclude .git . >../site.tar.gz
ls -l ../site.tar.gz
- upload:

View File

@ -6,46 +6,40 @@
<META CONTENT="noindex" NAME="googlebot" /> <!-- FUCK GOOGLE -->
<META CONTENT="interest-cohort=()" HTTP-EQUIV="Permissions-Policy" /> <!-- FUCK GOOGLE -->
<META CONTENT="width=device-width, initial-scale=1" NAME="viewport" />
<LINK HREF="http://murderu.us/" REL="canonical" />
<LINK HREF="https://murderu.us/" REL="canonical" />
<STYLE TYPE="text/css">
body {
a{ color: #ABCDEF; }
a:hover{ color: #FF0000; }
body{
background-color: #000000;
color: #EFECFC;
}
a {
color: #ABCDEF;
}
a:hover {
color: #FF0000;
}
h1, h2, h3{ font-style: italic; }
</STYLE>
<TITLE>murderu.us</TITLE>
</HEAD>
<BODY>
<H1><I>MURDERU.US</I></H1>
<H2><I>PLEASE NOTE</I></H2>
<H1>MURDERU.US</H1>
<H2>PLEASE NOTE</H2>
<UL><B>
<LI>Law-breaking is not to occur on <I>feeling.murderu.us</I>.</LI>
<LI>Server admins can kick or ban you if they don't like you; no more reasoning is needed.</LI>
<LI>Server admins don't like hate speech. Server admins decide what is hate speech.</LI>
<LI>Dates are <I>never</I> to be conveyed as <CODE><I>month</I>-<I>day</I>-<I>year</I></CODE>.</LI>
<LI>As on any on-line community, server administration can kick or ban you when they want to and for any reason, including that we just don't like you.</LI>
<LI>Dates are <EM>never</EM> to be conveyed as <CODE><I>month</I>-<I>day</I>-<I>year</I></CODE>.</LI>
<LI>Measurements are never to be conveyed as represented by the United States Customary System (USCS).</LI>
<LI>Times are to be conveyed in 24-hour format; e.g. ISO 8601 format, after the <CODE>T</CODE>.</LI>
<LI>Discord users may change their roles using <A HREF="https://roleypoly.com/s/604678291324141568">Roleypoly</A>.</LI>
<LI>For inquiries, concerns, or requests, please contact <CODE>irc@trinity.moe</CODE>.</LI>
<LI>For inquiries, concerns, or requests, please contact <CODE>irc AT trinity DOT moe</CODE>.</LI>
</B></UL>
<H2><I>GET CONNECTED</I></H2>
<H3><I>irc://feeling.murderu.us</I></H3>
<H2>GET CONNECTED</H2>
<H3>irc://feeling.murderu.us</H3>
<UL>
<LI><A HREF="irc://feeling.murderu.us#subgeneral">#subgeneral</A></LI>
<LI><A HREF="irc://feeling.murderu.us#media">#media</A></LI>
</UL>
<H3><I>ircs://feeling.murderu.us</I></H3>
<H3>ircs://feeling.murderu.us</H3>
<UL>
<LI><A HREF="ircs://feeling.murderu.us#subgeneral">#subgeneral</A></LI>
<LI><A HREF="ircs://feeling.murderu.us#media">#media</A></LI>
</UL>
<H3><I><A HREF="https://discord.gg/EWpP2CH5Ku">Discord "Server"</A></I></H3>
<H3><A HREF="https://discord.gg/EWpP2CH5Ku">Discord "Server"</A></H3>
</BODY>
</HTML>