-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
28 lines (28 loc) · 975 Bytes
/
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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8" />
<title>Ubuntu 台灣社群站</title>
<link rel="stylesheet" href="/style.css" type="text/css">
</head>
<body>
<header>
<h1>Ubuntu 台灣社群站</h1>
</header>
<main>
<ul>
<li><a href="http://www.ubuntu-tw.org">Ubuntu 正體中文站</a></li>
<li><a href="https://www.facebook.com/groups/ubuntu.zh.hant/">Ubuntu 正體中文社團</a> Facebook</li>
<li><a href="https://plus.google.com/communities/110616242117472323622">Ubuntu 正體中文社群</a> Google+</li>
<li><a href="https://telegram.me/joinchat/AOHQ2j0Z-V0ZtK-Mlvg88g">Ubuntu 台灣社群</a> Telegram</li>
<li>IRC: #ubuntu-tw @freenode<br>
<iframe src="http://webchat.freenode.net?channels=%23ubuntu-tw" width="647" height="400"></iframe>
</li>
</ul>
</main>
<footer>
Ubuntu Taiwan Community
<a href="https://github.com/linux-taiwan/ubuntu.linux.org.tw.git">contribute to this site</a>
</footer>
</body>
</html>