install-failed.ejs 683 B

123456789101112131415161718192021
  1. <%- include('commons/head'); %>
  2. <body>
  3. <div class="container">
  4. <div class="row">
  5. <div class="col text-center">
  6. <h1 class="my-5">GROWI Bot installation failed..</h1>
  7. <p>
  8. Retry from
  9. <a href=<%- url %>>
  10. <img alt="Add to Slack" height="40" width="139" src="/images/add-to-slack.png"/>
  11. </a>
  12. </p>
  13. <p>
  14. Or, please contact administrators of your workspace<br>
  15. Reference: <a href="https://slack.com/help/articles/222386767-Manage-app-installation-settings-for-your-workspace">Manage app installation settings for your workspace</a>
  16. </p>
  17. </div>
  18. </div>
  19. </div>
  20. </body>