-
Notifications
You must be signed in to change notification settings - Fork 1
/
docs.html
39 lines (32 loc) · 1.42 KB
/
docs.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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<meta name="description" content="電気通信大学 工学研究部の過去の部報">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/main.css">
<link rel="icon" href="img/kokenLogo.ico">
<title>資料集 - UEC Koken</title>
<script type="module">
import { KokenGlobalHeader, KokenBuhoItem, KokenBuhoList } from "./js/header.js"
customElements.define("koken-global-header", KokenGlobalHeader)
customElements.define("koken-buho-item", KokenBuhoItem)
customElements.define("koken-buho-list", KokenBuhoList)
</script>
</head>
<body>
<koken-global-header></koken-global-header>
<div class="container main-container">
<main>
<h1>過去の部報</h1>
<p>閲覧可能なもののみ掲載しています。</p>
<p>過去の部報に関して掲載を希望されないOBの方がいらっしゃいましたら、<a href="mailto:[email protected]">[email protected]</a>まで連絡ください。</p>
<p>最新の部報は工学研究部が参加する各種イベントにてお求めください。イベントのアナウンスは<a href="https://twitter.com/ueckoken">Twitter</a>を通じて行っています。</p>
<koken-buho-list></koken-buho-list>
</main>
</div>
<footer class="container global-footer">
<p class="copyright"><small>© UEC Koken</small></p>
</footer>
</body>
</html>