-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
executable file
·82 lines (70 loc) · 3.63 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE HTML>
<html>
<head>
<title>World Cup 2018 Lottery</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="subpage">
<!-- Header -->
<header id="header">
<h1><a href="#">Created <span>by Z.A.L Union Technology.</span></a></h1>
<a href="#menu">Menu</a>
</header>
<!-- Nav -->
<nav id="menu">
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="faq.html">Faq</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<section class="wrapper style1">
<div class="inner">
<META HTTP-EQUIV="Content-type" CONTENT="text/html; charset=UTF-8">
<!-- ---------------------------------------------------------------------- -->
<!-- 次の <FORM> 要素をページに追加してください。 -->
<!-- ---------------------------------------------------------------------- -->
<form action="https://webto.salesforce.com/servlet/servlet.WebToCase?encoding=UTF-8" method="POST">
<input type=hidden name="orgid" value="00D7F000001be6U">
<input type=hidden name="retURL" value="https://eth-world-cup.herokuapp.com/">
<!-- ---------------------------------------------------------------------- -->
<!-- 注意: これらの項目は、省略可能なデバッグ用要素です。デバッグモードでテストを行う場合は、これらの行をコメント解除してください。 -->
<!-- <input type="hidden" name="debug" value=1> -->
<!-- ---------------------------------------------------------------------- -->
<h3>If you have any problems during in process, you can contact our team on this page. Thank you very much.</h3>
<h4><label for="name">name</label></h4><input id="name" maxlength="80" name="name" size="20" type="text" /><br>
<h4><label for="email">mail</label></h4><input id="email" maxlength="80" name="email" size="20" type="text" /><br>
<h4><label for="phone">Tel</label></h4><input id="phone" maxlength="40" name="phone" size="20" type="text" /><br>
<h4><label for="subject">Subject</label></h4><input id="subject" maxlength="80" name="subject" size="20" type="text" /><br>
<h4><label for="description">Content</label></h4><textarea name="description"></textarea><br>
<input type="hidden" id="external" name="external" value="1" /><br>
<input type="submit" name="submit">
</form>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<div class="copyright">
<ul class="icons">
<li><a href="#" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="#" class="icon fa-snapchat"><span class="label">Snapchat</span></a></li>
</ul>
© Z.A.L Technology. Created
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>