-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (51 loc) · 1.71 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Go言語愛好家コミュニティ</title>
</head>
<body>
<header>
<h2>Go言語愛好家コミュニティ</h2>
<ul>
<li>Home
</li>
<li>
About
</li>
<li>
News
</li>
<li>Contact
</li>
</ul>
</header>
<main>
<h4>Go言語のマスコットキャラクター</h4>
<img src="img/go-gopher.webp">
<h4>このコミュニティについて</h4>
<p>Go言語愛好家コミュニティは、Go言語を愛する人たちのためのコミュニティです。加入するためにはGopherの人形を購入することが必要です。</p>
<h4>ニュース</h4>
<ul>
<li>Go言語愛好家グッズを販売しています</li>
<li>Go言語愛好家グッズを販売しています</li>
<li>Go言語愛好家グッズを販売しています</li>
</ul>
<h4>コミュニティ概要</h4>
<p>
設立日 2023年5月3日 <br> 長 市川詩恩 <br>所在地 横浜国立大学 <br> 会員数 70億人
</p>
<h4>お問い合わせ</h4>
<form action="confirm.php" method="post">
<label>名前:<input type="text" name="name"></label> <br>
<label>メールアドレス:<input type="text" name="name"></label> <br>
<label for="comment">お問い合わせ</label>
<textarea id="comment" name="comment"></textarea> <br>
<button type=“submit>送信</button>
</form>
</main>
<footer>©YNUFES TECH</footer>
</body>
</html>