website/coc.html

44 lines
1.1 KiB
HTML
Raw Permalink Normal View History

2020-10-20 14:54:57 +00:00
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="assets/style.css">
2021-12-23 15:45:23 +00:00
<link rel="icon" href="assets/va_transparent.png">
2020-10-20 14:54:57 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Code of Conduct - vulpineawoo</title>
</head>
<body>
<ul id="hnav">
<li><a href=".">Home</a></li>
<li><a href="coc.html">CoC</a></li>
<li><a href="servers.html">Servers</a></li>
2021-04-30 17:34:39 +00:00
<li><a href="news">News</a></li>
2021-01-30 01:19:26 +00:00
<li><a href="https://vulpineawoo.statuspage.io">Status</a></li>
2020-10-20 14:54:57 +00:00
</ul>
<div id="heading">Code of Conduct</div>
<div class="wrapper">
<div class="box">
2021-04-30 17:03:42 +00:00
<h1>be nice</h1>
2020-10-20 14:54:57 +00:00
<p>
channel ops can usually administrate their channels how they
want to, but in general just assume good intentions and have
good intentions
</p>
</div>
</div>
<div id="footer">
<ul id="fnav">
<li><a href=".">Home</a></li>
<li><a href="coc.html">CoC</a></li>
<li><a href="servers.html">Servers</a></li>
2021-04-30 17:34:39 +00:00
<li><a href="news">News</a></li>
<li><a href="https://vulpineawoo.statuspage.io">Status</a></li>
2020-10-20 14:54:57 +00:00
</ul>
<br>
2022-02-12 19:40:33 +00:00
&copy; copyright 2022 vulpineawoo irc network
2020-10-20 14:54:57 +00:00
</div>
</body>
</html>