-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontact.html
More file actions
47 lines (35 loc) · 1.48 KB
/
contact.html
File metadata and controls
47 lines (35 loc) · 1.48 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="ja" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="robots" content="INDEX,FOLLOW" />
<title>Contact | Tsukuba Programming Circle (TPC)</title>
<meta http-equiv="content-language" content="ja" />
<link rel="start" type="text/html" href="index.html" />
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
<div id="out">
<div id="head">
<h1>Tsukuba Programming Circle / TPC</h1>
</div>
<div id="main">
<div id="menu"><a href="index.html">Top</a> | <a href="activity.html">Activity</a> | <a href="results.html">Results</a> | <a href="contact.html">Contact</a></div>
<h3>Contact</h3>
<p>活動に興味がある方は X (Twitter) の DM でご連絡下さい。質問も受け付けております。</p>
<p>X: <a href="https://twitter.com/tkbpc">@tkbpc</a></p>
<div class="old">
<p>tkbpgm@gmail.com</p>
<p>現在、上記メールアドレスに届いたメールは確認できない状況です。</p>
</div>
<h3>入会案内</h3>
<p>本サークルは現在会員を募集しています。</p>
<h3>所属団体について</h3>
<p>本サークルは<a href="http://www.tsukuba.ac.jp/campuslife/circles.html">一般学生団体</a>に属しています。</p>
</div><!-- main -->
<div id="footer">
Copyright © <a>TPC</a> All Rights Reserved.
</div><!-- footer -->
</div><!-- out -->
</body>
</html>