File tree Expand file tree Collapse file tree 2 files changed +33
-0
lines changed
ui/src/main/resources/META-INF/resources Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Original file line number Diff line number Diff line change 1+ < html >
2+ < head >
3+ < style type ="text/css ">
4+ html , body {
5+ height : 100% ;
6+ padding : 0 ;
7+ margin : 0 ;
8+ background-color : # CCC ;
9+ }
10+ .image {
11+ height : 40% ;
12+ background-color : white;
13+ margin : 0 ;
14+ display : grid;
15+ place-items : end center;
16+ }
17+ .subtext {
18+ height : 20% ;
19+ background-color : # 5590cc ;
20+ color : white;
21+ margin : 0 ;
22+ display : grid;
23+ place-items : center;
24+ font-family : Trebuchet MS, helvetica, sans-serif;
25+ font-size : 30px ;
26+ }
27+ </ style >
28+ </ head >
29+ < body >
30+ < div class ="image "> < img src ="images/quarkusbot_head_256px.png " width ="256 " height ="256 " /> </ div >
31+ < div class ="subtext "> Your GitHub App is running.</ div >
32+ </ body >
33+ </ html >
You can’t perform that action at this time.
0 commit comments