File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
- const { name, version } = require ( `${ process . cwd ( ) } /package` ) ;
2
-
3
1
module . exports . template = `
4
2
<!DOCTYPE html>
5
3
<html lang="en" class="height-full">
6
4
<head>
7
5
<meta charset="UTF-8">
8
6
<meta name="viewport" content="width=device-width, initial-scale=1.0">
9
7
<meta http-equiv="X-UA-Compatible" content="ie=edge">
10
- <title>${ name } | built with Probot</title>
8
+ <title>Built with Probot</title>
11
9
<link rel="stylesheet" href="https://probot.github.io/assets/dist/styles.css">
12
10
</head>
13
11
<body class="height-full bg-gray-light">
14
12
<div class="d-flex flex-column flex-justify-center flex-items-center text-center height-full">
15
13
<img src="https://probot.github.io/assets/img/logo.png" alt="Probot Logo" width="100" class="mb-6">
16
14
<div class="box-shadow rounded-2 border p-6 bg-white">
17
15
<h1>
18
- Welcome to ${ name } !
19
- <span class="Label Label--outline v-align-middle ml-2 text-gray-light">v${ version } </span>
16
+ Welcome to Probot!
20
17
</h1>
21
18
<p>This bot was built using <a href="https://github.com/probot/probot">Probot</a>, a framework for building GitHub Apps.</p>
22
19
</div>
You can’t perform that action at this time.
0 commit comments