puzzle/views/help.ejs
2023-10-05 01:04:50 +05:00

20 lines
998 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<%- include('./static/start.ejs',{name:'help',async: true}) %>
<%- include('./header.ejs') %>
<section class="main">
<div>
<h1 style="padding: 1vw;">Если у Вас не открывается проект или вы не можете найти объект, вы можете написать в нашу тех.поддерку <br>
в телеграмм @teleanonym или обратиться к вашему личному менеджеру.</h1>
<div style="width: 30vw;display: flex;justify-content: space-between;padding: 1vw;">
<button class="btn_blue" onclick="goto('https://tlgg.ru/@teleanonym')">Написать в Telegram</button>
<!-- <button class="btn_blue">Написать менеджеру</button> -->
</div>
</div>
</section>
<%- include('./static/end.ejs',{soc:true}) %>
<script>
setTimeout(()=>{loaded()},500);
</script>