<html>
<head>
    <title>Your Umbraco Page</title>
    <!-- Any other meta tags, stylesheets, or scripts that belong in the head section -->

    <!-- Include the widget javascript -->
    <script src="https://mytennights.com/widget.js"></script>
    <!-- Open the widget automatically -->
    <script defer>
        document.addEventListener("DOMContentLoaded", function() {
            openMyTenNights('action-for-humanity-uk');
        });
    </script>
</head>
<body>
    <!-- Your page content goes here -->
</body>
</html>