-
Notifications
You must be signed in to change notification settings - Fork 0
/
document.html
72 lines (65 loc) · 3.02 KB
/
document.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!doctype html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<title>慶應高校電子工学研究会 - 技術資料</title>
<meta name="description" content="慶應高校電子工学研究会公式サイト。新入生へ、私達について、Arduinoレファレンス、作品、技術資料、活動記録、外部リンク。">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- OGP設定 -->
<meta property="og:url" content="http://khec.ml/aboutus.html">
<meta property="og:type" content="website">
<meta property="og:title" content="慶應高校電子工学研究会 Arduinoテキスト">
<meta property="og:description" content="慶應高校電子工学研究会公式サイト。新入生へ、私達について、Arduinoレファレンス、作品、技術資料、活動記録、外部リンク。">
<meta property="og:image" content="/images/logo.png">
<!-- CSS -->
<link rel="stylesheet" href="https://unpkg.com/ress/dist/ress.min.css">
<link rel="stylesheet" href="css/style.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-172973845-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-172973845-1');
</script>
</head>
<body>
<script src="js/header.js"></script>
<article class="wrapper" id="text" onclick="">
<h2 class="page-title">技術資料</h2>
<div>
<div class="side">
<h3 class="sub-title">NFC班</h3>
<ul>
<li><a href="pdf/MifareClassic仕様説明書.pdf">MifareClassic仕様説明書</a></li>
</ul>
<ul>
<li><a href="zip/NFC_simple_Uno.zip.zip">NFCテストプログラム(ArduinoUNO-PCシリアル)</a></li>
</ul>
<ul>
<li><a href="zip/NFCcore_ver5a.zip">NFCcore5a(第5世代A版)</a></li>
</ul>
<ul>
<li><a href="zip/NFCcore7c.zip">NFCcore7c(第7世代C版)</a></li>
</ul>
</div>
<div class="side">
<h3 class="sub-title">その他</h3>
<ul>
</ul>
</div>
</div>
</article>
<script src="js/footer.js"></script>
<!-- JavaScript -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/js-cookie@2/src/js.cookie.min.js"></script>
<script src="js/stickyfill.min.js"></script>
<script src="js/script.js"></script>
<!-- headerのIE対応 -->
<script>
var elem = document.querySelectorAll('.sticky');
Stickyfill.add(elem);
</script>
</body>
</html>