about summary refs log tree commit diff stats
path: root/irc.html
diff options
context:
space:
mode:
authorahriman <gbenjaminmorrison@gmail.com>2018-11-24 00:58:03 -0500
committerahriman <gbenjaminmorrison@gmail.com>2018-11-24 00:58:03 -0500
commit49f382b2bb9db602fac821b13f3a8c309552e432 (patch)
tree9262d79545d219b77724514e716c53435fa69325 /irc.html
parent30b2e43574560fb167524f04d4323bf7482256e1 (diff)
downloadsite-49f382b2bb9db602fac821b13f3a8c309552e432.tar.gz
Upload files to ''
Diffstat (limited to 'irc.html')
-rw-r--r--irc.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/irc.html b/irc.html
new file mode 100644
index 0000000..d0ffbb4
--- /dev/null
+++ b/irc.html
@@ -0,0 +1,25 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
+<head>
+        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+        <title>Tilde Institute :: IRC</title>
+        <link rel="stylesheet" href="tilde.css" type="text/css"/>
+        <link rel="icon" type="image/png" href="icon.png"/>
+</head>
+<body>
+<div id="container">
+	<div id="logo">
+        <img src="logo.png" alt="" /><br />
+		<div id="logobyline">
+			of OpenBSD Education
+		</div>
+	</div>         
+	<div id="navigation">
+		<a href="http://tilde.institute">News</a> :: <a href="newacct.html">Sign Up</a> :: <a href="irc.html">IRC</a> :: <a href="start.html">Quick-Start Guide</a> :: <a href="coc.html">Code of Conduct</a> :: <a href="https://tilde.zone/@tildeinstitute">Mastodon</a>
+	</div>
+	<div id="content">
+		<p>COMING SOON: Tilde Institute will be peering with the larger Tildeverse IRC network</p>
+	</div>
+</div>
+</body>
+</html>