-
Notifications
You must be signed in to change notification settings - Fork 0
/
team.html
65 lines (50 loc) · 1.81 KB
/
team.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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>制作チームについて</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/style.css">
<script src="https:https://code.jquery.com/jquery-2.2.4.min.js"></script>
<script src="https://adm.shinobi.jp/s/f3cab5e07b75f403ca9b321db1219573"></script>
<script src="js/tmplate.js"></script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2041303981654233" crossorigin="anonymous"></script>
</head>
<body>
<div id="container">
<header>
<h1 id="logo">
<a href="index.html"><img src="images/logo.png" alt="SAMPLE SITE"></a>
</h1>
</header>
<nav id="menubar">
<ul>
<div id="header"></div>
</ul>
</nav>
<div id="contents">
<section>
<h2>運営メンバーリスト</h2>
<table class="ta1">
<caption>運営一覧</caption>
<tr>
<th>
<img src="https://minotar.net/helm/d297f52003024e5d944fd78edc82891a" alt="" width="32">
<a href="https://twitter.com/Nakatai_0322">
Nakatai_0322
</a>
</th>
<td>Project Owner</td>
</tr>
</table>
</section>
運営になりたい方はDiscordコミュニティのチケットよりどうぞ!
</div>
<!--/contents-->
<footer>
<div id="footer"></div>
</footer>
<!--/container-->
</body>
</html>