|
57 | 57 | <link rel="apple-touch-icon" href="/apple-touch-icon.png"> <!-- 192x192px -->
|
58 | 58 | <!-- favicon.ico をルートディレクトリにそっと置く。しかしheadには書かない。 -->
|
59 | 59 |
|
| 60 | + <script src="https://kit.fontawesome.com/c6331cba56.js"></script> |
| 61 | + <meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0"> |
| 62 | + <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous"> |
| 63 | + <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script> |
| 64 | + <script src=" https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity=" sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin=" anonymous" ></script> |
| 65 | + <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script> |
| 66 | + |
60 | 67 | <!-- CSS Framework -------------------------- -->
|
61 | 68 | <!-- Font Awasome https://fontawesome.com/ -->
|
62 |
| - <script src="https://kit.fontawesome.com/c6331cba56.js"></script> |
| 69 | + <!--<script src="https://kit.fontawesome.com/c6331cba56.js"></script> --> |
63 | 70 | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
64 | 71 | <!-- Bootstrap https://getbootstrap.jp/ -->
|
65 |
| - <link href=" https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel=" stylesheet" integrity=" sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin=" anonymous" > |
| 72 | + <!-- <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous"> --> |
66 | 73 |
|
67 | 74 |
|
68 | 75 | <!-- CSS -------------------------- -->
|
|
71 | 78 |
|
72 | 79 | <!-- JS Framework -------------------------- -->
|
73 | 80 | <!-- JQuery https://releases.jquery.com/ -->
|
| 81 | + <!-- |
74 | 82 | <script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
|
75 | 83 | <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
|
76 | 84 | <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-geWF76RCwLtnZ8qwWowPQNguL3RmwHVBC9FhGdlKrxdiJJigb/j/68SIy3Te4Bkz" crossorigin="anonymous"></script>
|
| 85 | +--> |
77 | 86 | <script>
|
78 | 87 | $(function () {
|
79 | 88 | var headerHight = 500;
|
|
0 commit comments