Skip to content

Commit ddf58bc

Browse files
committed
Merge branch 'github-buttons'
2 parents e0291c4 + 77be7e7 commit ddf58bc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

templates/index.html

+10
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,16 @@ <h1>JavaScript Obfuscator Tool</h1>
4444
<a href="https://github.com/javascript-obfuscator/javascript-obfuscator">
4545
<img id="Logo" class="ui image centered" src="/static/images/logo.png" alt="obfuscator.io">
4646
</a>
47+
<div class="ui container grid">
48+
<div class="row">
49+
<div class="column eight wide">
50+
<iframe src="https://ghbtns.com/github-btn.html?user=javascript-obfuscator&repo=javascript-obfuscator&type=star&count=true" frameborder="0" scrolling="0" width="160px" height="30px"></iframe>
51+
</div>
52+
<div class="column eight wide">
53+
<iframe src="https://ghbtns.com/github-btn.html?user=javascript-obfuscator&repo=javascript-obfuscator&type=watch&count=true&v=2" frameborder="0" scrolling="0" width="160px" height="30px"></iframe>
54+
</div>
55+
</div>
56+
</div>
4757
</div>
4858
</div>
4959
</div>

0 commit comments

Comments
 (0)