Skip to content

Commit

Permalink
move script from body to head
Browse files Browse the repository at this point in the history
  • Loading branch information
sukanya-rath authored May 1, 2024
1 parent 818749c commit e6244a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
<link rel="apple-touch-icon" href="bcid-apple-touch-icon.png">
<link rel="preload" href="https://fonts.googleapis.com/css?family=Material+Icons" as="style">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Material+Icons">
<script src="/env.js"></script>
<title>FIN Pay Transparency</title>
</head>

<body>
<noscript>
<strong>Please enable JavaScript to continue.</strong>
</noscript>
<script src="/env.js"></script>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
<!-- built files will be auto injected -->
Expand Down

0 comments on commit e6244a3

Please sign in to comment.