UNPKG

1.5 kBtext/x-handlebars-templateView Raw
1<!DOCTYPE html>
2<html lang="en" class="height-full">
3 <head>
4 <meta charset="UTF-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1.0">
6 <meta http-equiv="X-UA-Compatible" content="ie=edge">
7 <title>Setup {{#if pkg.name }}{{ pkg.name }}{{else}}Your App{{/if}} | built with Probot</title>
8 <link rel="icon" href="/probot/static/probot-head.png">
9 <link rel="stylesheet" href="/probot/static/primer.css">
10 </head>
11 <body class="height-full bg-gray-light">
12 <div class="d-flex flex-column flex-justify-center flex-items-center text-center height-full">
13 <img src="/probot/static/robot.svg" alt="Probot Logo" width="100" class="mb-6">
14 <div class="box-shadow rounded-2 border p-6 bg-white">
15 <div class="text-center">
16 <h1 class="alt-h3 mb-2">Congrats! You have successfully installed your app!
17 <br>
18 Checkout <a href="https://probot.github.io/docs/webhooks/">Receiving webhooks</a> and <a href="https://probot.github.io/docs/github-api/">Interacting with GitHub</a> to learn more!</h1>
19 </div>
20 </div>
21
22 <div class="mt-4">
23 <h4 class="alt-h4 text-gray-light">Need help?</h4>
24 <div class="d-flex flex-justify-center mt-2">
25 <a href="https://probot.github.io/docs/" class="btn btn-outline mr-2">Documentation</a>
26 <a href="https://probot-slackin.herokuapp.com/" class="btn btn-outline">Chat on Slack</a>
27 </div>
28 </div>
29 </div>
30 </body>
31</html>
32
\No newline at end of file