-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (37 loc) · 1.56 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html>
<head>
<title>COLD WET CHATS</title>
<link rel="stylesheet" href="/styles.css">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
<meta property="og:description" content="cold wet chats">
<meta property="og:title" content="pissnet LIVE">
<meta name="theme-color" content="#FFF430">
<meta name="viewport" content="width=device-width, user-scalable=true;">
</head>
<body>
<div class="wrapper">
<img id="logo" src="/logo-text-transparent.png"/>
<header>
<h1>pissnet is IRC</h1>
<p>welcome to pissnet, home to cold wet chats.</p>
</header>
<section>
<h2>Links</h2>
<ul>
<li><a href="ircs://irc.letspiss.net:6697/pissnet">IRC</a></li>
<li><a href="https://wiki.letspiss.net/wiki/Main_Page">Wiki</a></li>
</ul>
</section>
<section>
<h2>Other sites</h2>
<ul>
<li><a href="https://letspiss.net">let's piss.net</a></li>
<li><a href="https://impeerialfamily.com/">Impeerialfamily</a></li>
<li><a href="http://www.openpiss.net/">OpenPiss</a></li>
</ul>
</section>
</div>
</body>
</html>