Skip to content

Commit

Permalink
cleanup - beautify html, center text with css instead of eol center e…
Browse files Browse the repository at this point in the history
…lement
  • Loading branch information
nepeat committed Aug 25, 2021
1 parent 8dbc079 commit 20782fd
Showing 1 changed file with 44 additions and 46 deletions.
90 changes: 44 additions & 46 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,46 +1,44 @@


<html><head>
<meta http-equiv="content-type" content="text/html; charset=windows-1252">
<title>COLD WET CHATS</title>
<style type="text/css">
body{background-color:#ebebeb;color:#DAA520;}
</style>
<meta name="viewport" content="width=device-width, user-scalable=true;">
</head>
<body>
<div>
<center>
<img style="border:0;" src="/logo.png"/>
<br>
<span style="font-size:5em">Tower of Piss</span>
<br>
<span style="font-size:1em">in alpha</span>
<br>
<br>
<span style="font-size:3em">Other pissnet sites</span>
<br>
<br>
<a href="https://letspiss.net">let's piss.net</a> | <a href="https://impeerialfamily.com/">Impeerialfamily</a> | <a href="http://www.openpiss.net/">OpenPiss</a>
<br>
<br>
<span style="font-size:1em">Jabber</span>
<br>
<span style="font-size:1em"><a href="xmpp:#pissnet@xmppiss.eta.st?join">#pissnet@xmppiss.eta.st</a></span>
<br>
<br>
<span style="font-size:3em">Pissnet Servers</span>
<br>
<br>
<span style="font-size:1em">Webchats</span>
<br>
<span style="font-size:1em"><a href="https://web.hard.piss.cafe/">qwebirc</a> | <a href="https://web.pissnet.xyz">thelounge</a></span>
<br>
<br>
</center>
</div>
</div>


</body></html>

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=windows-1252">
<title>COLD WET CHATS</title>
<style type="text/css">
body {
background-color:#ebebeb;
color:#DAA520;
text-align: center;
}
</style>
<meta name="viewport" content="width=device-width, user-scalable=true;">
</head>
<body>
<div>
<img style="border:0;" src="/logo.png"/>
<br>
<span style="font-size:5em">Tower of Piss</span>
<br>
<span style="font-size:1em">in alpha</span>
<br>
<br>
<span style="font-size:3em">Other pissnet sites</span>
<br>
<br>
<a href="https://letspiss.net">let's piss.net</a> | <a href="https://impeerialfamily.com/">Impeerialfamily</a> | <a href="http://www.openpiss.net/">OpenPiss</a>
<br>
<br>
<span style="font-size:1em">Jabber</span>
<br>
<span style="font-size:1em"><a href="xmpp:#pissnet@xmppiss.eta.st?join">#pissnet@xmppiss.eta.st</a></span>
<br>
<br>
<span style="font-size:3em">Pissnet Servers</span>
<br>
<br>
<span style="font-size:1em">Webchats</span>
<br>
<span style="font-size:1em"><a href="https://web.hard.piss.cafe/">qwebirc</a> | <a href="https://web.pissnet.xyz">thelounge</a></span>
</div>
</div>
</body>
</html>

0 comments on commit 20782fd

Please sign in to comment.