Skip to content

Commit 851ef0e

Browse files
committed
Update
1 parent f27fd2f commit 851ef0e

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

web/index.html

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ <h1 style="font-family:Righteous;color:#ff7700;">ABAP Package Version Badge</h1>
3838
Tsybulsky</a>
3939
from Ukraine. Please <a href="https://war.ukraine.ua/support-ukraine/">support Ukraine</a>!</p>
4040

41-
<p><strong>Build your badge</strong> (<a
41+
<p><strong>Build your badge (<a
4242
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>
4444

4545
<form id="shield-form">
4646
<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>
125125

126126
const baddgeUrl = `https://img.shields.io/endpoint?url=https://shield.abappm.com${url}`.replace(/%/g, '%25');
127127
document.getElementById('badge-result').innerHTML =
128-
`<pre>Badge Image:<br/><br/><img src="${baddgeUrl}" /></pre>`;
128+
`<pre>Image:<br/><br/><img src="${baddgeUrl}" /></pre>`;
129129
document.getElementById('badge-markdown').innerHTML =
130-
`<pre>Badge Markdown:<br/><br/><span style="background-color:lightgreen;">![Version](${baddgeUrl})</span></pre><br/>`;
130+
`<pre>Markdown:<br/><br/><span style="background-color:lightgreen;">![Version](${baddgeUrl})</span></pre><br/>`;
131131
} catch (error) {
132132
document.getElementById('badge-result').innerHTML = `<span style="color: red;">${error.message}</span>`;
133133
}
@@ -137,10 +137,11 @@ <h1 style="font-family:Righteous;color:#ff7700;">ABAP Package Version Badge</h1>
137137

138138
<h1 style="font-family:Righteous;color:#ff7700;">Certificate Fetcher</h1>
139139

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+
140144
<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 />
144145
<input type="text" id="domain" name="domain" size="70" placeholder="github.com" required>
145146
<button type="submit">Fetch Certificates</button>
146147
</form>

0 commit comments

Comments
 (0)