-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcontact.html
36 lines (32 loc) · 1.49 KB
/
contact.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
29
30
31
32
33
34
35
<!DOCTYPE html>
<html lang="ja">
<head>
<base href="http://www.rogiken.org/">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>東京工業大学 ロボット技術研究会</title>
<meta name="description" content="ロボット技術研究会は、機械工作・電子工作・プログラミングなどのものつくり活動を行う東京工業大学の公認サークルです。">
<meta name="author" content="東京工業大学 ロボット技術研究会">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet">
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script>
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<script src="js/bootstrap.min.js"></script>
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href="css/styles.css" rel="stylesheet">
</head>
<body>
<div class="container" style="padding-top:1em">
<div class="well well-lg">
<p>
ロボット技術研究会 オフィシャルメールアドレスは、<mark>info (at) rogiken.org</mark> です。(at)を @ に変えて送って下さい。
</p>
<nav>
<a href="/">← トップへ戻る</a>
</nav>
</div>
</div>
</body>
</html>