Skip to content

Commit

Permalink
Remove hidden div
Browse files Browse the repository at this point in the history
  • Loading branch information
felder101 committed Nov 19, 2024
1 parent ebb9e21 commit 96204e9
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions front-end/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,19 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="Content-Security-Policy" content="script-src 'self' https://dap.digitalgov.gov https://www.google-analytics.com https://www.googletagmanager.com https://touchpoints.app.cloud.gov;">
<meta http-equiv="Content-Security-Policy" content="script-src 'self' https://dap.digitalgov.gov https://www.google-analytics.com
https://www.googletagmanager.com https://touchpoints.app.cloud.gov;">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<link rel="icon" href="/favicon.ico" />
<script src="/js/uswds-init.min.js"></script>
<title>GSA 889 Representations Tool</title>
<script async="" type="text/javascript" src="https://dap.digitalgov.gov/Universal-Federated-Analytics-Min.js?agency=GSA" id="_fed_an_ua_tag"></script>
<script async="" type="text/javascript" src="https://touchpoints.app.cloud.gov/touchpoints/55c3c7c9.js"></script>
<script src="https://touchpoints.app.cloud.gov/touchpoints/55c3c7c9.js" async></script>
</head>
<body >
<div id="app" class="grid-row flex flex-column height-full"></div>
<script type="module" src="/src/main.js"></script>
<script src="/js/uswds.min.js"></script>
<div data-placeholder-for="fba-modal-55c3c7c9" aria-hidden="true" data-original-class="fba-usa-modal fba-modal" data-original-id="fba-modal-55c3c7c9"
data-original-aria-labelledby="fba-form-title-55c3c7c9" data-original-aria-describedby="fba-form-instructions-55c3c7c9"
data-original-data-touchpoints-form-id="55c3c7c9" style="display: none;"></div>
</body>
</html>

0 comments on commit 96204e9

Please sign in to comment.