| 123456789101112131415161718192021 |
- <%- include('commons/head'); %>
- <body>
- <div class="container">
- <div class="row">
- <div class="col text-center">
- <h1 class="my-5">GROWI Bot installation failed..</h1>
- <p>
- Retry from
- <a href=<%- url %>>
- <img alt="Add to Slack" height="40" width="139" src="/images/add-to-slack.png"/>
- </a>
- </p>
- <p>
- Or, please contact administrators of your workspace<br>
- Reference: <a href="https://slack.com/help/articles/222386767-Manage-app-installation-settings-for-your-workspace">Manage app installation settings for your workspace</a>
- </p>
- </div>
- </div>
- </div>
- </body>
|