<html>
  <head>
  <!-- Load the PushFeedback widget CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/pushfeedback/dist/pushfeedback/pushfeedback.css">

<!-- Load the PushFeedback widget script -->
<script type="module" src="https://cdn.jsdelivr.net/npm/pushfeedback/dist/pushfeedback/pushfeedback.esm.js"></script>
  </head>
  <body>
      <feedback-button 
        project="<YOUR_PROJECT_ID>"
        button-style="dark" 
        button-position="bottom-right" 
        hide-privacy-policy="false" 
        privacy-policy-text='I have read and expressly consent to the terms of the <a href="#">Privacy Policy</a>.'
        >
        Feedback
      </feedback-button>
  </body>
</html>

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.