Skip to content

Commit

Permalink
Fix <head>
Browse files Browse the repository at this point in the history
  • Loading branch information
HashidaTKS committed Sep 24, 2024
1 parent 72b3614 commit e496e46
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/web/dialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@
<title>Confirmation</title>
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<!-- <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous"> -->
<script type="module" src="https://unpkg.com/@fluentui/web-components"></script>
<script src="https://unpkg.com/@fluentui/web-components" type="module"></script>
<script src="https://appsforoffice.microsoft.com/lib/1/hosted/office.js" type="text/javascript" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" type="application/javascript" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
<script src="dialog.js" type="application/javascript"></script>
<script src="dialog.css" type="stylesheet"></script>
<link rel="stylesheet" href="dialog.css">
<link href="dialog.css" rel="stylesheet">
</head>
<body>
<div class="card-container">
Expand Down

0 comments on commit e496e46

Please sign in to comment.