Skip to content

Embed Booking Widget

html
<!DOCTYPE html>
<html>
<head>
  <title>Your Website</title>
</head>
<body>
  <!-- Booking Widget -->
  <div id="booking-widget" 
       data-tenant="YOUR_TENANT_ID"
       data-theme="light"
       data-language="en">
  </div>
  
  <script src="https://booking-platform.com/widget.js" defer></script>
</body>
</html>

Released under the MIT License.