Skip to content

Commit

Permalink
update to match document
Browse files Browse the repository at this point in the history
  • Loading branch information
himdel committed Feb 28, 2024
1 parent a99a7d8 commit 1b57a50
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions community/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,27 @@
<body>
<div id="root"></div>

<footer id="trustarc">
<footer>
<span id="teconsent"></span>
<div id="consent_blackbar"></div>
<div
id="consent_blackbar"
style="
position: fixed;
bottom: 0;
width: 100%;
z-index: 5;
padding: 10px;
"
></div>
<script
type="text/javascript"
src="https://static.dev.redhat.com/libs/redhat/marketing/latest/trustarc/trustarc.js"
async
data-domain="galaxy.ansible.com"
></script>
<script
data-debug=""
data-domain="redhat2_test.com"
id="trustarc"
src="https://static.dev.redhat.com/libs/redhat/marketing/latest/trustarc/trustarc.js"
type="text/javascript"
src="https://consent.trustarc.com/notice?domain=galaxy.ansible.com&c=teconsent&js=bb&noticeType=bb"
></script>
<script src="http://consent.trustarc.com/notice?domain=redhat2_test.com&c=teconsent&js=bb&noticeType=bb"></script>
</footer>
</body>
</html>

0 comments on commit 1b57a50

Please sign in to comment.