-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.html
72 lines (62 loc) · 3.48 KB
/
.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>
<head>
<meta charset="UTF-8">
<title>慶應高校電子工学研究会</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link href="https://unpkg.com/ress/dist/ress.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/style.css">
<script src="http://code.jquery.com/jquery-1.12.4.min.js" integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ="
crossorigin="anonymous"></script>
<script src="js/stickyfill.min.js"></script>
<script src="js/script.js"></script>
<!-- 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>
<body>
<div class="wrapper">
<script src="js/header.js"></script>
<!-- メイン -->
<div class="main" style="margin: 10vw 10vw 10vw 5vw; font-size: 17px;">
<p style="color: rgb(180, 180, 1);">
ピカチユッ!ピーピー ピカピッカピカピカチユ ピカピッカピカチュちゅ ピカチユカァ?チユ ピカピッカピカウピー ピカピッカピカチュカァ ピカピッカピカウピカ ピカピッカピカチユチユ ピカピッカピカチュチュ
</p>
<br>
<p style="color: rgb(180, 180, 1);">
ピカピッカピカチユピッカ ピカピッカピカウ!! ピカピッカピカっ!ちゅ ピカピッカピカカァッ! ピカピッカピカう? ピカピッカピカウう ピカピッカピカウカァ ピカピッカピカうカー ピカピッカピカカァッ! ピカピッカピカ!!ピカ ピカピッカピカぴかカー
ピカチユうぴかカァ ピカ??ッ!チユ ピカピッカピカチユぴか ピカピッカピカ?う ピカチュ!!?? ピカチユうぴかちゅ ピカピッカピカウゥ ピカピッカピカチユぴか
</p>
<!-- <div style="margin: 0 0 0 20%">
<img src="images/pikacyu.jpg" width="80%" alt="ピカチュウ">
</div> -->
<!-- フッター -->
<div class="footer">
<div style="text-align:center">
<font color="black">
<p>慶應高校電子工学研究会公式サイト</p>
<p> ©2020 Keio High School Electronics Club</p>
</font>
</div>
</div>
<!-- フッター ここまで -->
</div>
<!-- JavaScript -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="js/stickyfill.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/object-fit-images/3.2.3/ofi.js"></script>
<script src="js/script.js"></script>
<!-- メイン ここまで -->
<script>
var elements = document.querySelectorAll('.header');
Stickyfill.add(elements);
</script>
</div>
</body>
</html>