mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 16:57:58 +01:00
add stuff
This commit is contained in:
parent
e39f50c930
commit
e6075e7c56
1 changed files with 5 additions and 2 deletions
|
@ -511,8 +511,11 @@ Web </a>
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<% if (q.includes("suicide")) { %>
|
||||
|
||||
<%
|
||||
const searchStrings = ["suicide", "no text to speach", "ntts", "vencord support", "murder", "how to murder"];
|
||||
if (searchStrings.some(str => q.includes(str))) {
|
||||
%>
|
||||
|
||||
<div class="container">
|
||||
<h2 style="font-family: 'PokeTube Flex';font-size: large;text-align: left;font-stretch: ultra-expanded;
|
||||
font-weight: 1000;">You are not alone</h2>
|
||||
|
|
Loading…
Reference in a new issue