mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 21:17:58 +01:00
ad stuff :.3
This commit is contained in:
parent
44f6697b02
commit
0f025be830
1 changed files with 6 additions and 1 deletions
|
@ -1066,10 +1066,15 @@ Privacy
|
||||||
<input type="checkbox" class="v" id="box" style="display:none">
|
<input type="checkbox" class="v" id="box" style="display:none">
|
||||||
<label class="h" for="box">
|
<label class="h" for="box">
|
||||||
<div class="fnt">
|
<div class="fnt">
|
||||||
<i title="Stats for nerdys" class="fa-light fa-bug"></i> Stats
|
<% if (Math.floor(Math.random() * 50) === 0) { %>
|
||||||
|
<i title="Stats for nerdys" class="fa-light fa-bug"></i> Stats For Nerds
|
||||||
|
<% } else { %>
|
||||||
|
<i title="Stats for nerdys" class="fa-light fa-bug"></i> Stats For Puppies
|
||||||
|
<% } %>
|
||||||
</div>
|
</div>
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
|
|
||||||
<a onclick="if(document.querySelector('.watch-page').style.display === 'grid') {document.querySelector('.watch-page').style.display = 'flex'} else {document.querySelector('.watch-page').style.display = 'grid'}" class="theather"><i class="fa-sharp fa-light fa-up-right-and-down-left-from-center"></i> Theater</a>
|
<a onclick="if(document.querySelector('.watch-page').style.display === 'grid') {document.querySelector('.watch-page').style.display = 'flex'} else {document.querySelector('.watch-page').style.display = 'grid'}" class="theather"><i class="fa-sharp fa-light fa-up-right-and-down-left-from-center"></i> Theater</a>
|
||||||
|
|
||||||
<% if (inv.comments) { %>
|
<% if (inv.comments) { %>
|
||||||
|
|
Loading…
Reference in a new issue