Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DilemmaGX committed Dec 11, 2023
1 parent 2f52892 commit cee2412
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ <h1>Static Badge Maker</h1>
<pre><code>[![Hello](https://img.shields.io/badge/Hello-World-ff9900?style=flat&amp;logo=github&amp;logoColor=ffffff)](http://github.com/DilemmaGX)</code></pre>
</div>
<div id="o_ad" class="md">
<pre><code>image:https://img.shields.io/badge/Hello-World-ff9900?style=flat&logo=github&logoColor=ffffff&link=http://github.com/DilemmaGX[Static Badge]</code></pre>
<pre><code>http://github.com/dilemmagx[image:https://img.shields.io/badge/Hello-World-ff9900?style=flat&logo=github&logoColor=ffffff[Static Badge]]</code></pre>
</div>
<div class="btn-group" role="group" aria-label="Copy">
<button type="button" class="btn btn-outline-primary" onclick="copy('o_url')">Copy URL</button>
<button type="button" class="btn btn-outline-primary" onclick="copy('o_html')">Copy HTML</button>
<button type="button" class="btn btn-outline-primary" onclick="copy('o_md')">Copy MD</button>
<button type="button" class="btn btn-outline-primary" onclick="copy('p_ad')">Copy AsciiDoc</button>
<button type="button" class="btn btn-outline-primary" onclick="copy('o_ad')">Copy AsciiDoc</button>
</div>
</div>
</div>
Expand Down

0 comments on commit cee2412

Please sign in to comment.