@@ -38,9 +38,9 @@ <h1 style="font-family:Righteous;color:#ff7700;">ABAP Package Version Badge</h1>
38
38
Tsybulsky</ a >
39
39
from Ukraine. Please < a href ="https://war.ukraine.ua/support-ukraine/ "> support Ukraine</ a > !</ p >
40
40
41
- < p > < strong > Build your badge</ strong > (< a
41
+ < p > < strong > Build your badge (< a
42
42
href ="https://github.com/abapPM/tools.abappm.com/blob/main/README.md#abap-package-version-badge "
43
- target ="_blank "> documentation</ a > ):</ p >
43
+ target ="_blank "> documentation</ a > ):</ strong > </ p >
44
44
45
45
< form id ="shield-form ">
46
46
< table width ="900px " border ="1 " style ="font-size:11px ">
@@ -125,9 +125,9 @@ <h1 style="font-family:Righteous;color:#ff7700;">ABAP Package Version Badge</h1>
125
125
126
126
const baddgeUrl = `https://img.shields.io/endpoint?url=https://shield.abappm.com${ url } ` . replace ( / % / g, '%25' ) ;
127
127
document . getElementById ( 'badge-result' ) . innerHTML =
128
- `<pre>Badge Image:<br/><br/><img src="${ baddgeUrl } " /></pre>` ;
128
+ `<pre>Image:<br/><br/><img src="${ baddgeUrl } " /></pre>` ;
129
129
document . getElementById ( 'badge-markdown' ) . innerHTML =
130
- `<pre>Badge Markdown:<br/><br/><span style="background-color:lightgreen;"></span></pre><br/>` ;
130
+ `<pre>Markdown:<br/><br/><span style="background-color:lightgreen;"></span></pre><br/>` ;
131
131
} catch ( error ) {
132
132
document . getElementById ( 'badge-result' ) . innerHTML = `<span style="color: red;">${ error . message } </span>` ;
133
133
}
@@ -137,10 +137,11 @@ <h1 style="font-family:Righteous;color:#ff7700;">ABAP Package Version Badge</h1>
137
137
138
138
< h1 style ="font-family:Righteous;color:#ff7700; "> Certificate Fetcher</ h1 >
139
139
140
+ < p > < strong > Enter domain: (< a
141
+ href ="https://github.com/abapPM/tools.abappm.com/blob/main/README.md#certificate-fetcher "
142
+ target ="_blank "> documentation</ a > ):</ strong > </ p >
143
+
140
144
< form id ="certificate-form ">
141
- < label for ="domain "> Enter Domain (< a
142
- href ="https://github.com/abapPM/tools.abappm.com/blob/main/README.md#certificate-fetcher "
143
- target ="_blank "> documentation</ a > ):</ label > < br />
144
145
< input type ="text " id ="domain " name ="domain " size ="70 " placeholder ="github.com " required >
145
146
< button type ="submit "> Fetch Certificates</ button >
146
147
</ form >
0 commit comments