-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsubPage2.html
55 lines (43 loc) · 1.21 KB
/
subPage2.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
<style type="text/css">
#menu {
margin:30px;
padding:40px;
}
#menu li {
float:left;
list-style-type:none;
};
.body{
max-width: 50%;
}
p.img_cs{
text-align: center;
};
</style>
<head>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta property="og:type" content="website"/>
<link rel="stylesheet" href="/app.css"/>
<title>東北駆け出しエンジニア会</title>
<h1 align="center">東北駆け出しエンジニア会</h1>
<nav>
<ul id="menu">
<li><a href="index.html" >
<img width=50px src="image\notePc.png" alt="ホーム"></a></li>
<li><a href="member.html" >
<img width=50px src="image\member.png" alt="MEMBER"></a></li>
<li><a href="subPage1.html" >
<img width=50px src="image\kanfu.png" alt="未定1"></a></li>
<li><a href="subPage2.html" >
<img width=50px src="image\database.png" alt="未定2"></a></li>
</ul>
</nav>
</head>
<body>
<h2 align="center">SUBPage2 form TOHOKU</h2>
<p class="img_cs">
<img width=500px src="image\comingSoon.png" alt="ComingSoon"></a>
</p>
</body>