File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 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-
31module . exports . template = `
42<!DOCTYPE html>
53<html lang="en" class="height-full">
64 <head>
75 <meta charset="UTF-8">
86 <meta name="viewport" content="width=device-width, initial-scale=1.0">
97 <meta http-equiv="X-UA-Compatible" content="ie=edge">
10- <title>${ name } | built with Probot</title>
8+ <title>Built with Probot</title>
119 <link rel="stylesheet" href="https://probot.github.io/assets/dist/styles.css">
1210 </head>
1311 <body class="height-full bg-gray-light">
1412 <div class="d-flex flex-column flex-justify-center flex-items-center text-center height-full">
1513 <img src="https://probot.github.io/assets/img/logo.png" alt="Probot Logo" width="100" class="mb-6">
1614 <div class="box-shadow rounded-2 border p-6 bg-white">
1715 <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!
2017 </h1>
2118 <p>This bot was built using <a href="https://github.com/probot/probot">Probot</a>, a framework for building GitHub Apps.</p>
2219 </div>
You can’t perform that action at this time.
0 commit comments