404, obj layer, cache, ask,

This commit is contained in:
2023-09-30 03:41:27 +05:00
parent 17b2569334
commit 69403052c5
22 changed files with 566 additions and 232 deletions

16
views/help.ejs Normal file
View File

@ -0,0 +1,16 @@
<%- include('./static/start.ejs',{name:'help',async: true}) %>
<%- include('./header.ejs') %>
<section class="main">
<div>
<h1>Морской Сергей Юрьевич - руководитель проекта:</h1>
<div style="display: flex;"><h1 style="margin-right: 1vw;">Kонтакты:</h1><img style="margin: auto 0px;cursor: pointer;" onclick="goto('https://tlgg.ru/@teleanonym')" src="/img/telegram.svg"></div>
</div>
</section>
<%- include('./static/end.ejs',{soc:true}) %>
<script>
setTimeout(()=>{loaded()},500);
</script>