techlahoma/200ok-site

Add ti.to ticket widget

Closed this issue · 1 comments

See #295 for additional information:

  • Add the JS script to the head file
  • Add the <tito widget> snippet to the ticket section
<html>
  <head>
    <script src="https://js.tito.io/v2/with/inline" async></script>
  </head>
  <body>
    <tito-widget
      event="techlahoma/200ok-2024"
    ></tito-widget>
  </body>
</html>

Done in #314