mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 07:14:40 -05:00
cool stuff~
This commit is contained in:
parent
f9112ea85b
commit
1027401a7f
1 changed files with 15 additions and 9 deletions
|
@ -468,7 +468,8 @@ display: block;" autoplay controls
|
||||||
<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> </div>
|
<i title="Stats for nerdys" class="fa-light fa-bug" style="margin-left: 0.9em;"></i>
|
||||||
|
</div>
|
||||||
|
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
|
@ -482,6 +483,7 @@ display: block;" autoplay controls
|
||||||
</label>
|
</label>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
||||||
|
<!-- comments -->
|
||||||
<% if (inv.comments.length > 8 ) { %>
|
<% if (inv.comments.length > 8 ) { %>
|
||||||
|
|
||||||
<div class="flying_cmnt">
|
<div class="flying_cmnt">
|
||||||
|
@ -494,7 +496,7 @@ display: block;" autoplay controls
|
||||||
</div>
|
</div>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
||||||
|
<!-- Stats for nerds -->
|
||||||
|
|
||||||
<div class="div_box">
|
<div class="div_box">
|
||||||
Video id : <%=video.id%> <br>
|
Video id : <%=video.id%> <br>
|
||||||
|
@ -507,6 +509,8 @@ display: block;" autoplay controls
|
||||||
Mystery text : <%=btoa(video.id + " i " + " lov " + " u " + u.replace("https://","") ) %> <br>
|
Mystery text : <%=btoa(video.id + " i " + " lov " + " u " + u.replace("https://","") ) %> <br>
|
||||||
143 : true <br>
|
143 : true <br>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<br>
|
<br>
|
||||||
|
@ -598,7 +602,9 @@ display: block;" autoplay controls
|
||||||
|
|
||||||
<i class="fa-light fa-shield"></i>
|
<i class="fa-light fa-shield"></i>
|
||||||
Encryption
|
Encryption
|
||||||
</div> </div>
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in a new issue