-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgsoc_chat.html
More file actions
28 lines (27 loc) · 1.16 KB
/
gsoc_chat.html
File metadata and controls
28 lines (27 loc) · 1.16 KB
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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale = 1, maximum-scale=1, user-scalable=no"/>
<!-- TODO: Meta / OpenGraph / Facebook -->
<!-- TODO: read Pandoc's meta --><title>tudocomp</title>
<link rel="stylesheet" type="text/css" href="font-awesome-4.6.3/css/font-awesome.min.css"/>
<link rel="stylesheet" type="text/css" href="fonts/fonts.css"/>
<link rel="stylesheet" type="text/css" href="style.css"/>
<link rel="icon" type="image/svg+xml" href="tudocomp-icon.svg">
<!-- Chrome currently doesn't support SVG favicons -->
<link rel="icon" type="image/png" href="tudocomp-icon.png">
</head>
<body>
<header>
<h1>– The TU Dortmund Compression Framework</h1>
</header>
<section id="content">
<div id="page"><h1 id="irc">IRC</h1>
<p>The developers can be contacted reachable in the <code>#tudocomp</code> channel in the <a href="http://www.euirc.net/en/">euIRC</a> network.</p>
<p>You can join it using a dedicated client or <a href="https://webchat.euirc.net/">webchant</a>.</p></div>
</section>
<footer>
</footer>
</body>
</html>