Skip to content

Commit

Permalink
Revert "replace bootstrap to CDN"
Browse files Browse the repository at this point in the history
This reverts commit 2c1fa5b.
  • Loading branch information
MegumiKim committed Oct 4, 2023
1 parent 973a78a commit 3e24b00
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 30 deletions.
11 changes: 3 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
content="Welcome to Howdy. Please provide log in details."
/>
<title>Howdy | Log in</title>
<link rel="stylesheet" href="./dist/css/styles.css" />
<script src="/src/js/index.mjs" type="module"></script>
<link rel="stylesheet" href="/dist/css/styles.css" />
<script src="./src/js/index.mjs" type="module"></script>
<!-- <script
defer
src="/node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"
></script> -->
></script>
</head>
<body>
<div class="container">
Expand Down Expand Up @@ -80,10 +80,5 @@ <h4 class="mb-3 text-center">Log in</h4>
</ul>
</footer>
</div>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4"
crossorigin="anonymous"
></script>
</body>
</html>
6 changes: 1 addition & 5 deletions post/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,6 @@ <h1 class="modal-title fs-5" id="exampleModalLabel">Log out</h1>
</div>
</div>

<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4"
crossorigin="anonymous"
></script>
<script src="/node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>
7 changes: 2 additions & 5 deletions posts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,7 @@ <h1 class="modal-title fs-5" id="exampleModalLabel">Log out</h1>
</div>
</div>
</div>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4"
crossorigin="anonymous"
></script>

<script src="/node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>
6 changes: 1 addition & 5 deletions profile/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -240,10 +240,6 @@ <h1 class="modal-title fs-5" id="exampleModalLabel">Log out</h1>
</div>
</div>

<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4"
crossorigin="anonymous"
></script>
<script src="/node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>
9 changes: 2 additions & 7 deletions sign-up/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
<title>Howdy | Log in</title>
<link rel="stylesheet" href="./../dist/css/styles.css" />
<script src="../src/js/index.mjs" type="module"></script>
<!-- <script
<script
src="/node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"
defer
></script> -->
></script>
</head>
<body>
<div class="container">
Expand Down Expand Up @@ -116,10 +116,5 @@ <h4 class="mb-3 text-center">Sign up</h4>
</ul>
</footer>
</div>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4"
crossorigin="anonymous"
></script>
</body>
</html>

0 comments on commit 3e24b00

Please sign in to comment.