Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Melioli authored Aug 22, 2024
1 parent ee05903 commit 5693c40
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv='cache-control' content='no-cache'>
<meta http-equiv='expires' content='0'>
<meta http-equiv='pragma' content='no-cache'>
<title>VCC Listing</title>
<script type="module" src="https://unpkg.com/@fluentui/web-components"></script>
<link rel="stylesheet" href="styles.css">
Expand Down Expand Up @@ -217,4 +220,4 @@ <h5 class="m-0 mb-2">Listing URL</h5>
</div>
<script type="module" src="app.js"></script>
</body>
</html>
</html>

0 comments on commit 5693c40

Please sign in to comment.