Skip to content

Commit

Permalink
Merge branch 'main' into issue-1215
Browse files Browse the repository at this point in the history
  • Loading branch information
jdwilkin4 authored Dec 4, 2024
2 parents 22008f7 + 1c866c7 commit 66851d9
Show file tree
Hide file tree
Showing 4 changed files with 90 additions and 89 deletions.
21 changes: 1 addition & 20 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,6 @@
/>
<meta name="twitter:url" content="https://developerquiz.org" />

<!--Bootstrap links-->
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
crossorigin="anonymous"
/>

<!--Font Awesome icons-->
<link
rel="stylesheet"
Expand Down Expand Up @@ -68,12 +54,7 @@
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--Bootstrap script-->
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"
></script>

<script type="module" src="/src/index.tsx"></script>
</body>
</html>
136 changes: 68 additions & 68 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 66851d9

Please sign in to comment.