UNPKG

1.25 kBtext/x-handlebars-templateView Raw
1<!--
2 Copyright 2018 Adobe. All rights reserved.
3 This file is licensed to you under the Apache License, Version 2.0 (the "License");
4 you may not use this file except in compliance with the License. You may obtain a copy
5 of the License at http://www.apache.org/licenses/LICENSE-2.0
6 Unless required by applicable law or agreed to in writing, software distributed under
7 the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
8 OF ANY KIND, either express or implied. See the License for the specific language
9 governing permissions and limitations under the License.
10-->
11<!DOCTYPE html>
12<html lang="en" class="height-full">
13 <head>
14 <meta charset="UTF-8">
15 <meta name="viewport" content="width=device-width, initial-scale=1.0">
16 <title>{{ pkgJson.name }} | built with Probot</title>
17 </head>
18 <body>
19 <h1>{{ pkgJson.name }} v{{ pkgJson.version }}</h1>
20 <p>This bot was built using <a href="https://github.com/probot/probot">Probot</a>, a framework for building GitHub Apps.</p>
21 <p><a href="https://probot.github.io/docs/" class="btn btn-outline mr-2">Documentation</a></p>
22 <p><a href="https://probot-slackin.herokuapp.com/" class="btn btn-outline">Chat on Slack</a></p>
23 </body>
24</html>
25
\No newline at end of file