Skip to content

Commit 6da6a92

Browse files
authored
156 | Make Hit Counter Open Up In New Tab
Make Free Website Hit Counter open up in a new tab instead of from the same one
1 parent c53f4d6 commit 6da6a92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -333,11 +333,11 @@ <h1 style="padding-top: 10px">OftenGuy</h1><hr>
333333
<div align='center' style="cursor: pointer;" onmouseover="this.style.filter = 'brightness(75%)'"
334334
onmouseout="this.style.filter = 'brightness(100%)'" onmousedown="this.style.filter = 'brightness(125%)'"
335335
onmouseup="this.style.filter = 'brightness(90%)'" onmouseleave="this.style.filter = 'brightness(100%)'">
336-
<a href='https://www.free-website-hit-counter.com' title="Free Website Hit Counter">
336+
<a href='https://www.free-website-hit-counter.com' title="Free Website Hit Counter" target="_blank">
337337
<img src='https://www.free-website-hit-counter.com/c.php?d=9&id=161590&s=18' border='0' alt='Free Website Hit Counter'>
338338
</a><br / >
339339
<small>
340-
<a href='https://www.free-website-hit-counter.com' title="Free Website Hit Counter" style="color: #444444;">Free Website Hit Counter</a>
340+
<a href='https://www.free-website-hit-counter.com' title="Free Website Hit Counter" style="color: #444444;" target="_blank">Free Website Hit Counter</a>
341341
</small>
342342
</div>
343343
<div class="row" style="text-align: center;">

0 commit comments

Comments
 (0)