forked from thinking-grp/thinking-grp.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjoin.html
More file actions
28 lines (28 loc) · 787 Bytes
/
join.html
File metadata and controls
28 lines (28 loc) · 787 Bytes
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 lang="ja" dir="ltr">
<head>
<meta charset="utf-8">
<title>Join - thinking</title>
<link rel="stylesheet" href="/style/main.css">
<script src="/script/common.js"></script>
<style media="screen">
iframe {
display: block;
width: 100%;
height: 2400px;
background-color: #fffa;
}
</style>
</head>
<body>
<div id="slider" class="slider-general">
<h2>Join</h2>
<h3>thinkingに応募する</h3>
</div>
<main>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSfbGNXuSXjfzIrMMXFgL2_PzTyexUDxz-BM0-BUkXNHO23pqg/viewform?embedded=true" frameborder="0" marginheight="0" marginwidth="0">
読み込んでいます…
</iframe>
</maim>
</body>
</html>