-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (31 loc) · 1.09 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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0">
<link href="style.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Caveat" rel="stylesheet">
<title> 函館高専学生会事務局 -Information-</title>
</head>
<body>
<header class="tittle">函館高専学生会 Information</header>
<div class="slideshow">
<div class="slideContents">
<section id="slide1">
<img src="gacnithclogo.jpg">
</section>
<section id="slide2">
<img src="2019_ShiNoBi.jpg">
</section>
</div>
</div>
<div class="box0">
<p>C o n t e n t s</p>
</div>
<div class="box_con">
<span class="box1"><p><a href="http://spicovah.s1007.xrea.com/daily" target="_blank">O l d</a></p></span>
<span class="box2"><p><a href="https://gacnithc.info/" target="_blank">N e w</a></p></span>
</div>
<footer>(c) 2019 Gac.nithc</footer>
</body>
</html>