Skip to content

Commit

Permalink
Add cookie banner (#3097)
Browse files Browse the repository at this point in the history
* Add cookie banner

* tweaks
  • Loading branch information
mit-mit authored Nov 26, 2024
1 parent 360d697 commit cad6544
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/dartpad_ui/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<link href="codemirror/codemirror.css" rel="stylesheet">
<link href="styles/cm-dartpad-dark.css" rel="stylesheet" media="screen">
<link href="styles/cm-dartpad-light.css" rel="stylesheet" media="screen">
<link href="https://www.gstatic.com/glue/cookienotificationbar/cookienotificationbar.min.css" rel="stylesheet">
<script src="codemirror/codemirror.js"></script>
<script src="ga.js" defer></script>

Expand Down Expand Up @@ -85,6 +86,10 @@

<body>
<script>{{flutter_bootstrap_js}}</script>

<div class="glue-footer"></div>
<button aria-hidden="true" class="glue-footer__link glue-cookie-notification-bar-control">Cookies management controls</button>
<script src="https://www.gstatic.com/glue/cookienotificationbar/cookienotificationbar.min.js" data-glue-cookie-notification-bar-category="2B"></script>
</body>

</html>

0 comments on commit cad6544

Please sign in to comment.