Skip to content

Commit

Permalink
Add cookie banner
Browse files Browse the repository at this point in the history
  • Loading branch information
mit-mit committed Nov 25, 2024
1 parent 4d7507e commit 3a16e5e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/dartpad_ui/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
<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>

<style>
.CodeMirror {
height: 100%;
Expand Down Expand Up @@ -85,6 +85,8 @@

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

<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>
</html>

0 comments on commit 3a16e5e

Please sign in to comment.