-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (35 loc) · 1.3 KB
/
index.html
File metadata and controls
36 lines (35 loc) · 1.3 KB
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
<!DOCTYPE html>
<html>
<head>
<script src="./index.js"></script>
<title>コマンダーの集い公式wiki</title>
<link rel="stylesheet" href="./style.css">
<meta name="viewport" content="width=device-width">
</head>
<body>
<header id="header">
<nav>
<ul>
<li><a href="./">HOME</a></li>
<li><a href="./about/">ABOUT</a></li>
<li><a href="./history/">HISTORY</a></li>
<li><a href="./works/">WORKS</a></li>
<li><a href="./members/">MEMBERS</a></li>
<<<<<<< HEAD
<li><a href="./history/">HISTORY</a></li>
=======
>>>>>>> 383eb04ec8edebce18952083c024bc014ee18027
</ul>
</nav>
<h1>コマンダーの集い</h1>
</header>
<main>
<h2>どんなサーバー?</h2>
<p class="animation_box">Minecraft統合版のコマンドについて話し合うサーバーです!<br>初心者から上級者まで歓迎しています!</p>
<br>
<h2>概要</h2>
<p style="color: #ee3333; font-size: 20px;">サーバーの主</p>
<p>だれだ~</p>
</main>
</body>
</html>