Advertisement
Rentaway

Widget

May 3rd, 2021 (edited)
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.74 KB | None | 0 0
  1. <head>
  2.     <!--
  3.         Optional: This will make the widget load faster.
  4.     -->
  5.   <link rel="preload" crossorigin="anonymous" href="https://cdn.rentaway.nl/css/app.css" as="style">
  6.   <link rel="preload" crossorigin="anonymous" href="https://cdn.rentaway.nl/sdk.js" as="script">
  7.    
  8.     <!--
  9.         Required: Loads in the core and renders the widget.
  10.     -->
  11.     <script
  12.         src="https://cdn.rentaway.nl/sdk.js"
  13.         crossorigin="anonymous"
  14.         async defer
  15.     ></script>
  16. </head>
  17.  
  18.  
  19. <body>
  20.     <!--
  21.         Required: The element where the widget will get rendered (with a few options).
  22.         Change the base color to the company's base theme color.
  23.     -->
  24.     <rentaway-widget
  25.         should-show-expand-button="true"
  26.         expanded="false"
  27.         base-color="#2196f3"
  28.     ></rentaway-widget>
  29. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement