-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
52 lines (42 loc) · 2.13 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!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" xml:lang="ja" lang="ja">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<link rel="stylesheet" href="style.css" style="text/css" media="all">
<link href="favicon.ico" type="image/vnd.microsoft.icon" rel="icon">
<link href="favicon.ico" type="image/vnd.microsoft.icon" rel="shortcut icon">
<title>Scratchband</title>
</head>
<body>
<div class="body_assist">
<div id="wrap">
<div id="header">
<img src="mainlogo.png" width="197" height="122" alt="Scratchband">
<ul id="navigation">
<li><a href="index.html"><img src="nav_1.png" alt="home" width="100"></a></li>
<li><a href="about.html"><img src="nav_2.png" alt="about" width="100"></a></li>
<li><a href="works.html"><img src="nav_3.png" alt="works" width="100"></a></li>
<li><a href="contact.html"><img src="nav_4.png" alt="contact" width="100"></a></li>
</ul>
</div>
<div id="space">
<div id="main">
<h1 id="cont_title"><img src="contactus.png" width="640" height="80" alt="Contact us"></h1>
<div class="section"><h2><img src="c_email.png" width="320" height="30" alt="e-mailにて"></h2>
<p>メールにてお問い合わせの際には、以下よりお願いいたします。</p>
<ul class="contact"><li> <img src="c_address.png" width="240" height="30"></li></ul>
</div>
<div class="section"><h2><img src="c_twitter.png" width="320" height="30" alt="twitterにて"></h2>
<p>twitterにてお問い合わせの際には、<a href="http://twitter.com/scratchband">@scratchband</a>へお願いいたします。<br>なお、急を要する場合には代表(<a href="http://twitter.com/tekitou_su">@tekitou_su</a>)へ送信して頂ければと思います。</p>
</div>
</div>
<div id="side">
</div>
<p id="copylight">Copylight Scratchband </p>
</div>
</div>
</div></body>
</html>