This commit is contained in:
2023-06-27 02:45:13 +05:00
commit 8e05bba5d4
22 changed files with 3609 additions and 0 deletions

2
views/static/end.ejs Normal file
View File

@ -0,0 +1,2 @@
</body>
</html>

17
views/static/start.ejs Normal file
View File

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<script src="/lib/interact.min.js"></script>
<script src="/lib/jquery.js"></script>
<script src="/lib/jquery.cookie.js"></script>
<script src="/lib/fn.js"></script>
<script src="/lib/ejs.js"></script>
<script src="/lib/aes.js"></script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> <%= name %> </title>
<!-- <script> document.querySelector("title").innerHTML += $.cookie("uuid"); </script> -->
</head>
<body>
<script>if("<%= name %>" != "login") check_sid();</script>